]> Creatis software - gdcm.git/blobdiff - src/gdcmValidator.h
Sometimes, fixing a bug in the library causes troubles in the Testing part...
[gdcm.git] / src / gdcmValidator.h
index 618ead72ca52899aa4214230a43eeed71199f8ac..e63b1e9362eb7776f2e7ca80ad327645f628eb88 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmValidator.h,v $
   Language:  C++
-  Date:      $Date: 2005/11/28 15:20:34 $
-  Version:   $Revision: 1.4 $
+  Date:      $Date: 2007/05/23 14:18:12 $
+  Version:   $Revision: 1.6 $
  
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
 #ifndef GDCMVALIDATOR_H
 #define GDCMVALIDATOR_H
 
-#include "gdcmCommandManager.h"
+#include "gdcmRefCounter.h"
 
-namespace gdcm 
+namespace GDCM_NAME_SPACE
 {
 /**
  * \brief Class to perform some verifications on a gdcm::Document
  */
 class ElementSet;
-class GDCM_EXPORT Validator : public CommandManager
+class GDCM_EXPORT Validator : public RefCounter
 {
    gdcmTypeMacro(Validator);