From: jpr Date: Wed, 6 Jul 2005 08:43:18 +0000 (+0000) Subject: Comments X-Git-Tag: Version1.2.bp~359 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;ds=sidebyside;h=d231595f2ad64eb1921bef15a7423c6ea6433398;p=gdcm.git Comments --- diff --git a/src/gdcmSQItem.cxx b/src/gdcmSQItem.cxx index 0a20785d..c0d3b27d 100644 --- a/src/gdcmSQItem.cxx +++ b/src/gdcmSQItem.cxx @@ -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) {