]> Creatis software - gdcm.git/blobdiff - src/gdcmGlobal.h
Fix mistypings
[gdcm.git] / src / gdcmGlobal.h
index adffda9c4983bcbaebc3e0c687bcad1f2f975a97..fbe1e4580fbabbb4bcec42e6cf5844ff0811e536 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmGlobal.h,v $
   Language:  C++
-  Date:      $Date: 2006/03/22 13:19:25 $
-  Version:   $Revision: 1.10 $
+  Date:      $Date: 2007/08/22 16:14:04 $
+  Version:   $Revision: 1.13 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
                                                                                 
 =========================================================================*/
 
-#ifndef GDCMGLOBAL_H
-#define GDCMGLOBAL_H
+#ifndef _GDCMGLOBAL_H_
+#define _GDCMGLOBAL_H_
 
 #include "gdcmCommon.h"
 
-namespace gdcm 
+namespace GDCM_NAME_SPACE 
 {
 class DictSet;
 class VR;
@@ -37,7 +37,7 @@ class Dict;
 class GDCM_EXPORT Global
 {
 friend class DictSet; // to allow setting DefaultPubDict without 
-                      // providing any body an accesor !
+                      // providing anybody an accesor !
 public:
    Global();
    ~Global();