]> Creatis software - gdcm.git/blobdiff - src/gdcmBase.h
UserDefinedFileIdentifier is now more human readable
[gdcm.git] / src / gdcmBase.h
index 3f4024a4dd26d68ca6eb6258be16f85e698d440b..721d8c523c17a48e01736653768128bef5dc6a56 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmBase.h,v $
   Language:  C++
-  Date:      $Date: 2007/05/23 14:18:07 $
-  Version:   $Revision: 1.11 $
+  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
@@ -16,8 +16,8 @@
                                                                                 
 =========================================================================*/
 
-#ifndef GDCMBASE_H
-#define GDCMBASE_H
+#ifndef _GDCMBASE_H_
+#define _GDCMBASE_H_
 
 #include "gdcmCommon.h"
 #include <iostream>
@@ -35,7 +35,7 @@ class GDCM_EXPORT Base
 {
 public:
    /// \brief Constructor
-   Base( ) {PrintLevel = 0;}
+   Base( ) { PrintLevel = 0; }
    /// \brief Canonical Destructor   
    virtual ~Base() {}
    /// \brief Printer