X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmOrientation.h;h=1ff2432599c99b14c793bb4a3d6619e05624ec8e;hb=37396740c1274ab73b324850554e78a174e3ace6;hp=63b7a9a0f6b35ad902ebcd15a962b387d98f3140;hpb=46afb30d2d016a9b1581c7ee4ca96d614a35203c;p=gdcm.git diff --git a/src/gdcmOrientation.h b/src/gdcmOrientation.h index 63b7a9a0..1ff24325 100644 --- a/src/gdcmOrientation.h +++ b/src/gdcmOrientation.h @@ -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 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: