]> Creatis software - gdcm.git/blobdiff - src/gdcmSerieHelper.h
* Improvement #2 : the CommandManager is now a static class so,
[gdcm.git] / src / gdcmSerieHelper.h
index 519255c8b0592efb312d6f0ec30c81dba36ef54f..1a960632f079f115ae2d54380358222be9ada6f8 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmSerieHelper.h,v $
   Language:  C++
-  Date:      $Date: 2005/11/28 15:20:34 $
-  Version:   $Revision: 1.31 $
+  Date:      $Date: 2005/11/28 16:31:23 $
+  Version:   $Revision: 1.32 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
 #ifndef GDCMSERIEHELPER_H
 #define GDCMSERIEHELPER_H
 
-#include "gdcmCommon.h" 
+#include "gdcmRefCounter.h"
 #include "gdcmTagKey.h" 
 #include "gdcmDebug.h"  // for LEGACY
-#include "gdcmCommandManager.h"
  
 #include <vector>
 #include <iostream>
@@ -56,7 +55,7 @@ class File;
  *    into several XCoherent Filesets 
  *   XCoherent stands for 'Extra Coherent' (same orientation, or same position)
  */
-class GDCM_EXPORT SerieHelper  : public CommandManager
+class GDCM_EXPORT SerieHelper  : public RefCounter
 {
    gdcmTypeMacro(SerieHelper);