]> Creatis software - gdcm.git/blobdiff - src/gdcmDicomDirMeta.h
ENH: Adding 'gdcm' namespace. Be nice with me this was a ~13000 lines patch. Also...
[gdcm.git] / src / gdcmDicomDirMeta.h
index 37111f3b322eb2c5cbca640c40880f6f961d7dbb..0e665a59979a036410bfa5feca1dba4ce5c5cfed 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmDicomDirMeta.h,v $
   Language:  C++
-  Date:      $Date: 2004/09/27 08:39:06 $
-  Version:   $Revision: 1.8 $
+  Date:      $Date: 2004/10/12 04:35:44 $
+  Version:   $Revision: 1.9 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
 #define GDCMDICOMDIRMETA_H
 
 #include "gdcmDicomDirObject.h"
+namespace gdcm 
+{
 
 //-----------------------------------------------------------------------------
-class GDCM_EXPORT gdcmDicomDirMeta : public gdcmDicomDirObject 
+class GDCM_EXPORT DicomDirMeta : public DicomDirObject 
 {
 public:
-   gdcmDicomDirMeta(TagDocEntryHT *ptagHT); 
+   DicomDirMeta(TagDocEntryHT *ptagHT); 
 
-   ~gdcmDicomDirMeta();
+   ~DicomDirMeta();
 
    virtual void Print(std::ostream &os = std::cout);
    virtual void Write(FILE * fp, FileType t);
 };
-
+} // end namespace gdcm
 //-----------------------------------------------------------------------------
 #endif