]> Creatis software - gdcm.git/blobdiff - src/gdcmDocEntrySet.h
* Add Command and CommandManager to have possible callback
[gdcm.git] / src / gdcmDocEntrySet.h
index 98d95b533ff48ee270a7b153d177d7cdc92fea9b..b4f583e4aac3020c65953acfc249453d7bfdd7b2 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmDocEntrySet.h,v $
   Language:  C++
-  Date:      $Date: 2005/11/21 09:46:26 $
-  Version:   $Revision: 1.63 $
+  Date:      $Date: 2005/11/28 15:20:33 $
+  Version:   $Revision: 1.64 $
                                                                                 
   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 GDCMDOCENTRYSET_H
 #define GDCMDOCENTRYSET_H
 
-#include "gdcmRefCounter.h"
+#include "gdcmCommandManager.h"
 #include "gdcmVRKey.h"
 #include "gdcmTagKey.h"
 
@@ -58,7 +58,7 @@ class DictEntry;
  *       members to this class since this class is designed as an adapter 
  *       in the form of an abstract base class.
  */
-class GDCM_EXPORT DocEntrySet : public RefCounter
+class GDCM_EXPORT DocEntrySet : public CommandManager
 {
    gdcmTypeMacro(DocEntrySet);