X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmSQItem.h;h=ecfffb684ba3ffb74cf8cdf27247e79b5c2c5a86;hb=879f56a62d0772c95e92d0657882eb1886b4153d;hp=1b3cdad7e0814954acbde7b59d0d4c2192344a26;hpb=0fc486652e88490f7344439111750eb9dcaf7a29;p=gdcm.git diff --git a/src/gdcmSQItem.h b/src/gdcmSQItem.h index 1b3cdad7..ecfffb68 100644 --- a/src/gdcmSQItem.h +++ b/src/gdcmSQItem.h @@ -3,12 +3,12 @@ Program: gdcm Module: $RCSfile: gdcmSQItem.h,v $ Language: C++ - Date: $Date: 2004/09/16 19:21:57 $ - Version: $Revision: 1.15 $ + Date: $Date: 2004/10/07 21:01:10 $ + Version: $Revision: 1.18 $ 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 @@ -18,11 +18,10 @@ #ifndef GDCMSQITEM_H #define GDCMSQITEM_H -#include #include "gdcmDocEntry.h" #include "gdcmDocEntrySet.h" #include "gdcmDocument.h" - +#include class gdcmBinEntry; @@ -85,7 +84,7 @@ protected: int SQItemNumber; ///\brief pointer to the HTable of the gdcmDocument, - /// (because we don't know it within any gdcmObject nor any gdcmSQItem) + /// (because we don't know it within any gdcmDicomDirObject nor any gdcmSQItem) TagDocEntryHT *PtagHT;