X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmSQItem.h;h=de9fa1f0133d6ae537fbc4511320e5ed290c3d61;hb=7cbed4e7f082b4d2df1edda48bb3fde175a60b6e;hp=ea09143edec01bc99ea30a4d3d8671fdae5f2118;hpb=aaeee7164728ec0749a525f0c74274865712ec37;p=gdcm.git diff --git a/src/gdcmSQItem.h b/src/gdcmSQItem.h index ea09143e..de9fa1f0 100644 --- a/src/gdcmSQItem.h +++ b/src/gdcmSQItem.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmSQItem.h,v $ Language: C++ - Date: $Date: 2005/01/24 16:10:53 $ - Version: $Revision: 1.35 $ + Date: $Date: 2005/01/25 11:11:59 $ + Version: $Revision: 1.36 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -49,8 +49,7 @@ public: /// \brief returns the DocEntry chained List for this SQ Item. ListDocEntry const &GetDocEntries() const { return DocEntries; }; - /// \brief adds the passed DocEntry to the DocEntry chained List for - /// this SQ Item. + void ClearEntry(); bool AddEntry(DocEntry *Entry); // add to the List bool RemoveEntry(DocEntry *EntryToRemove); bool RemoveEntryNoDestroy(DocEntry *EntryToRemove);