]> Creatis software - gdcm.git/blobdiff - src/gdcmBase.h
UserDefinedFileIdentifier is now more human readable
[gdcm.git] / src / gdcmBase.h
index 8d88bf50d393d17cd66643fdfa442a9bb24237f5..721d8c523c17a48e01736653768128bef5dc6a56 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmBase.h,v $
   Language:  C++
-  Date:      $Date: 2005/10/23 15:32:30 $
-  Version:   $Revision: 1.10 $
+  Date:      $Date: 2007/08/22 16:14:03 $
+  Version:   $Revision: 1.12 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
                                                                                 
 =========================================================================*/
 
-#ifndef GDCMBASE_H
-#define GDCMBASE_H
+#ifndef _GDCMBASE_H_
+#define _GDCMBASE_H_
 
 #include "gdcmCommon.h"
 #include <iostream>
 
-namespace gdcm 
+namespace GDCM_NAME_SPACE 
 {
 //-----------------------------------------------------------------------------
 /**
@@ -35,7 +35,7 @@ class GDCM_EXPORT Base
 {
 public:
    /// \brief Constructor
-   Base( ) {PrintLevel = 0;}
+   Base( ) { PrintLevel = 0; }
    /// \brief Canonical Destructor   
    virtual ~Base() {}
    /// \brief Printer