]> Creatis software - gdcm.git/blobdiff - src/gdcmDictSet.h
* Add Command and CommandManager to have possible callback
[gdcm.git] / src / gdcmDictSet.h
index e9ed37a6e69ccee558bd10832faad97979501d4e..e9d3bcbc0676f9c0e400b11d21269c439e4e3f52 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmDictSet.h,v $
   Language:  C++
-  Date:      $Date: 2005/11/21 09:46:26 $
-  Version:   $Revision: 1.50 $
+  Date:      $Date: 2005/11/28 15:20:33 $
+  Version:   $Revision: 1.51 $
                                                                                 
   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 "gdcmRefCounter.h"
+#include "gdcmCommandManager.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 RefCounter
+class GDCM_EXPORT DictSet : public CommandManager
 {
    gdcmTypeMacro(DictSet);