]> Creatis software - gdcm.git/blobdiff - src/gdcmDictGroupName.h
* Improvement #2 : the CommandManager is now a static class so,
[gdcm.git] / src / gdcmDictGroupName.h
index 99a956d12ccbeebbac55d015ebe7acca02836ad3..bb0d7cc58a3853b3d9a2501f2eb5e50f17288637 100644 (file)
@@ -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: 2005/11/28 16:31:23 $
+  Version:   $Revision: 1.8 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -19,7 +19,7 @@
 #ifndef GDCMDICTGROUPNAME_H
 #define GDCMDICTGROUPNAME_H
 
-#include "gdcmCommandManager.h"
+#include "gdcmRefCounter.h"
 
 #include <map>
 #include <string>
@@ -38,7 +38,7 @@ typedef std::map<uint16_t, TagName> 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);