X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmElementSet.h;h=2b7cc0c97b9c7652392b6a88b3faa4facf77e8df;hb=8a69df0f4018beae8c78a35bef30590e318128e5;hp=3bd508c7a757cfcf2dc67f362468c56164e10112;hpb=038a3b7f67769dc20b4c46f3c9dcad7cc63d1161;p=gdcm.git diff --git a/src/gdcmElementSet.h b/src/gdcmElementSet.h index 3bd508c7..2b7cc0c9 100644 --- a/src/gdcmElementSet.h +++ b/src/gdcmElementSet.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmElementSet.h,v $ Language: C++ - Date: $Date: 2005/01/18 08:01:41 $ - Version: $Revision: 1.32 $ + Date: $Date: 2005/01/18 18:03:17 $ + Version: $Revision: 1.33 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -47,7 +47,7 @@ public: ElementSet(int); ~ElementSet(); - virtual void Print(std::ostream &os = std::cout, std::string const & indent = "" ); + virtual void Print(std::ostream &os = std::cout, std::string const &indent = "" ); bool AddEntry(DocEntry *Entry); bool RemoveEntry(DocEntry *EntryToRemove); @@ -68,7 +68,7 @@ private: TagDocEntryHT::iterator ItTagHT; friend class Document; - friend class DicomDir; //For accessing private TagHT + friend class DicomDir; //For accessing private TagHT friend class DocEntryArchive; //For accessing private TagHT }; } // end namespace gdcm