X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDicomDirObject.h;h=efa3742b6bea0dd48cd8447374df6a7697d3a8ac;hb=446ab2af0e3045cd559b086ced08a8cc5a61d2e2;hp=713682bafbf7a70e01fdaf5afe680c4d2f87c406;hpb=8a3dd7efbcb545e7ed308eb7334b1e6dbbf40923;p=gdcm.git diff --git a/src/gdcmDicomDirObject.h b/src/gdcmDicomDirObject.h index 713682ba..efa3742b 100644 --- a/src/gdcmDicomDirObject.h +++ b/src/gdcmDicomDirObject.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDicomDirObject.h,v $ Language: C++ - Date: $Date: 2004/10/25 03:35:19 $ - Version: $Revision: 1.6 $ + Date: $Date: 2004/12/03 20:16:57 $ + Version: $Revision: 1.8 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -29,7 +29,6 @@ namespace gdcm { //----------------------------------------------------------------------------- class DicomDirObject; -typedef std::list ListContent; //----------------------------------------------------------------------------- /** @@ -38,9 +37,10 @@ typedef std::list ListContent; */ class GDCM_EXPORT DicomDirObject : public SQItem { +typedef std::list ListContent; public: - DicomDirObject(TagDocEntryHT *ptagHT, int depth = 0); + DicomDirObject(int depth = 1); ~DicomDirObject(); /**