X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmElementSet.h;h=2b7cc0c97b9c7652392b6a88b3faa4facf77e8df;hb=130558c1fc10cbc2d5d58484b310fa86bd20d81b;hp=3bd508c7a757cfcf2dc67f362468c56164e10112;hpb=8c0453565c52681c99453ec28406b412f2cb87c6;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