]> Creatis software - gdcm.git/blobdiff - src/gdcmDocEntry.h
ENH: remove three more sprintf, but this is really ugly now
[gdcm.git] / src / gdcmDocEntry.h
index 734a9f8333ffa06a827c0f7f255dda8ab4160d6b..4acd164dbd421bede02f35adfb20948721d81cd3 100644 (file)
@@ -3,12 +3,12 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmDocEntry.h,v $
   Language:  C++
-  Date:      $Date: 2004/09/13 12:10:53 $
-  Version:   $Revision: 1.20 $
+  Date:      $Date: 2004/10/08 04:52:55 $
+  Version:   $Revision: 1.24 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
-  http://www.creatis.insa-lyon.fr/Public/Gdcm/License.htm for details.
+  http://www.creatis.insa-lyon.fr/Public/Gdcm/License.html for details.
                                                                                 
      This software is distributed WITHOUT ANY WARRANTY; without even
      the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
 #ifndef GDCMDOCENTRY_H
 #define GDCMDOCENTRY_H
 
-#include <iostream>
-#include <stdio.h>
-
 #include "gdcmDictEntry.h"
+#include <iostream>
 
 class gdcmHeader;
 class gdcmValEntry;
@@ -39,6 +37,7 @@ class GDCM_EXPORT gdcmDocEntry
 {
 public:
    gdcmDocEntry(gdcmDictEntry*);
+   virtual ~gdcmDocEntry() {};
 
    /// Returns the Dicom Group number of the current Dicom Header Entry
    uint16_t      GetGroup()     { return DictEntry->GetGroup();  };