X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDictGroupName.h;h=230bf0fb92a862579b7989c777f4fc4f2b6b184d;hb=5a7f506da1ee16d6e742c4e95f7f1b09826d8980;hp=99a956d12ccbeebbac55d015ebe7acca02836ad3;hpb=46afb30d2d016a9b1581c7ee4ca96d614a35203c;p=gdcm.git diff --git a/src/gdcmDictGroupName.h b/src/gdcmDictGroupName.h index 99a956d1..230bf0fb 100644 --- a/src/gdcmDictGroupName.h +++ b/src/gdcmDictGroupName.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDictGroupName.h,v $ Language: C++ - Date: $Date: 2005/11/28 15:20:32 $ - Version: $Revision: 1.7 $ + Date: $Date: 2007/05/23 14:18:09 $ + 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 @@ -19,13 +19,13 @@ #ifndef GDCMDICTGROUPNAME_H #define GDCMDICTGROUPNAME_H -#include "gdcmCommandManager.h" +#include "gdcmRefCounter.h" #include #include #include -namespace gdcm +namespace GDCM_NAME_SPACE { //----------------------------------------------------------------------------- @@ -38,7 +38,7 @@ typedef std::map DictGroupNameHT; * (formerly NIH defined ACR-NEMA group name) * \note This is a singleton. */ -class GDCM_EXPORT DictGroupName : public CommandManager +class GDCM_EXPORT DictGroupName : public RefCounter { gdcmTypeMacro(DictGroupName);