]> Creatis software - gdcm.git/blobdiff - src/gdcmDictGroupName.h
Deal with element 0x0001 of Private Groups
[gdcm.git] / src / gdcmDictGroupName.h
index 99a956d12ccbeebbac55d015ebe7acca02836ad3..230bf0fb92a862579b7989c777f4fc4f2b6b184d 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: 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
 #ifndef GDCMDICTGROUPNAME_H
 #define GDCMDICTGROUPNAME_H
 
-#include "gdcmCommandManager.h"
+#include "gdcmRefCounter.h"
 
 #include <map>
 #include <string>
 #include <iostream>
 
-namespace gdcm 
+namespace GDCM_NAME_SPACE 
 {
 
 //-----------------------------------------------------------------------------
@@ -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);