X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDocEntry.h;h=4acd164dbd421bede02f35adfb20948721d81cd3;hb=879f56a62d0772c95e92d0657882eb1886b4153d;hp=734a9f8333ffa06a827c0f7f255dda8ab4160d6b;hpb=44a9814938a6824d3a66b932429084517da6dadf;p=gdcm.git diff --git a/src/gdcmDocEntry.h b/src/gdcmDocEntry.h index 734a9f83..4acd164d 100644 --- a/src/gdcmDocEntry.h +++ b/src/gdcmDocEntry.h @@ -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 @@ -19,10 +19,8 @@ #ifndef GDCMDOCENTRY_H #define GDCMDOCENTRY_H -#include -#include - #include "gdcmDictEntry.h" +#include 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(); };