X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=src%2FgdcmGlobal.h;h=8b1ca815e258d756f8c6165b78d6979571ca2fb6;hb=060a8c9a37ac1d6b5500f73de1690c11961cb87a;hp=adffda9c4983bcbaebc3e0c687bcad1f2f975a97;hpb=a7667287c96b694d414791dd93e33e8efe0e3bc6;p=gdcm.git diff --git a/src/gdcmGlobal.h b/src/gdcmGlobal.h index adffda9c..8b1ca815 100644 --- a/src/gdcmGlobal.h +++ b/src/gdcmGlobal.h @@ -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/05/23 14:18:10 $ + 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 @@ -21,7 +21,7 @@ #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();