]> Creatis software - gdcm.git/commitdiff
Comments
authorjpr <jpr>
Wed, 6 Jul 2005 08:43:18 +0000 (08:43 +0000)
committerjpr <jpr>
Wed, 6 Jul 2005 08:43:18 +0000 (08:43 +0000)
src/gdcmSQItem.cxx

index 0a20785df97b2bc574e6c98d98b961f840404e0f..c0d3b27d2925525ab203f655f1cc6d431e07816e 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmSQItem.cxx,v $
   Language:  C++
-  Date:      $Date: 2005/07/03 12:47:23 $
-  Version:   $Revision: 1.72 $
+  Date:      $Date: 2005/07/06 08:43:18 $
+  Version:   $Revision: 1.73 $
   
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -103,6 +103,7 @@ void SQItem::WriteContent(std::ofstream *fp, FileType filetype)
  * \brief   Inserts *in the right place* any Entry (Dicom Element)
  *          into the Sequence Item
  * @param entry Entry to add
+ * @return always true 
  */
 bool SQItem::AddEntry(DocEntry *entry)
 {