]> Creatis software - gdcm.git/blobdiff - src/gdcmDictSet.h
* Improvement #2 : the CommandManager is now a static class so,
[gdcm.git] / src / gdcmDictSet.h
index e9d3bcbc0676f9c0e400b11d21269c439e4e3f52..f8f0c147fcc118b9bd2d02324b8d5529f1bea9ac 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmDictSet.h,v $
   Language:  C++
-  Date:      $Date: 2005/11/28 15:20:33 $
-  Version:   $Revision: 1.51 $
+  Date:      $Date: 2005/11/28 16:31:23 $
+  Version:   $Revision: 1.52 $
                                                                                 
   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 GDCMDICTSET_H
 #define GDCMDICTSET_H
 
-#include "gdcmCommandManager.h"
+#include "gdcmRefCounter.h"
 #include "gdcmDict.h"
 
 #include <map>
@@ -38,7 +38,7 @@ typedef std::map<DictKey, Dict*> DictSetHT;
  *         - having many in memory representations of the same dictionary
  *        (saving memory).
  */
-class GDCM_EXPORT DictSet : public CommandManager
+class GDCM_EXPORT DictSet : public RefCounter
 {
    gdcmTypeMacro(DictSet);