X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDicomDirObject.h;h=39e4e9964b76d663c3ecd093d4d3941aa1e1886c;hb=6eb024e510fd273aea3e31e85630d6b36ff18c0c;hp=b2eb7f01f9a52bc57da3b01f288c9bc1646c1c24;hpb=a45b09d6e37f0d0c31f62f8ef01b78d3204de51e;p=gdcm.git diff --git a/src/gdcmDicomDirObject.h b/src/gdcmDicomDirObject.h index b2eb7f01..39e4e996 100644 --- a/src/gdcmDicomDirObject.h +++ b/src/gdcmDicomDirObject.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDicomDirObject.h,v $ Language: C++ - Date: $Date: 2005/02/07 14:48:34 $ - Version: $Revision: 1.16 $ + Date: $Date: 2005/10/25 14:52:33 $ + 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 @@ -39,6 +39,8 @@ typedef std::list ListContent; */ class GDCM_EXPORT DicomDirObject : public SQItem { + gdcmTypeMacro(DicomDirObject); + public: protected: @@ -48,6 +50,7 @@ protected: ~DicomDirObject(); void FillObject(ListDicomDirMetaElem const &elemList); + }; } // end namespace gdcm