]> Creatis software - gdcm.git/blobdiff - src/gdcmElementSet.h
STYLE: Remove old comments
[gdcm.git] / src / gdcmElementSet.h
index a7e9e88b53ce9b7265adf25051079b477c181259..fe681ee4311e99d571e120698488c1b381eccbaa 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmElementSet.h,v $
   Language:  C++
-  Date:      $Date: 2005/02/07 08:48:18 $
-  Version:   $Revision: 1.43 $
+  Date:      $Date: 2005/09/02 07:10:03 $
+  Version:   $Revision: 1.45 $
                                                                                 
   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,8 @@ 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 = "" ); 
 
    void WriteContent(std::ofstream *fp, FileType filetype); 
 
@@ -60,7 +61,7 @@ public:
    DocEntry *GetNextEntry();
    DocEntry *GetDocEntry(uint16_t group, uint16_t elem);
    /// Tells us if the ElementSet contains no entry
-   bool IsEmpty() { return TagHT.empty(); };
+   bool IsEmpty() { return TagHT.empty(); }
 
 protected: