]> Creatis software - gdcm.git/blobdiff - src/gdcmOrientation.h
* Improvement #2 : the CommandManager is now a static class so,
[gdcm.git] / src / gdcmOrientation.h
index 63b7a9a0f6b35ad902ebcd15a962b387d98f3140..1ff2432599c99b14c793bb4a3d6619e05624ec8e 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmOrientation.h,v $
   Language:  C++
-  Date:      $Date: 2005/11/28 15:20:34 $
-  Version:   $Revision: 1.16 $
+  Date:      $Date: 2005/11/28 16:31:23 $
+  Version:   $Revision: 1.17 $
                                                                                 
   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,8 @@
 #ifndef GDCMORIENTATION_H
 #define GDCMORIENTATION_H
 
-#include "gdcmCommandManager.h"
+#include "gdcmRefCounter.h"
+
 #include <map>
 
 namespace gdcm 
@@ -95,7 +96,7 @@ typedef enum {
  * The values are given within the 'Patient referential', *not* within the 'Organ referential' ...
  */
 
-class GDCM_EXPORT Orientation : public CommandManager
+class GDCM_EXPORT Orientation : public RefCounter
 {
    gdcmTypeMacro(Orientation);
 public: