X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=src%2FgdcmDicomDirObject.h;h=3643bf0148cdcd21a9061658163f6afd13b83e8a;hb=f2dd0107ba49eda3386b34715cdc0c046d12397f;hp=b2eb7f01f9a52bc57da3b01f288c9bc1646c1c24;hpb=a45b09d6e37f0d0c31f62f8ef01b78d3204de51e;p=gdcm.git diff --git a/src/gdcmDicomDirObject.h b/src/gdcmDicomDirObject.h index b2eb7f01..3643bf01 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: 2007/08/22 16:14:03 $ + Version: $Revision: 1.20 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -16,8 +16,8 @@ =========================================================================*/ -#ifndef GDCMDICOMDIROBJECT_H -#define GDCMDICOMDIROBJECT_H +#ifndef _GDCMDICOMDIROBJECT_H_ +#define _GDCMDICOMDIROBJECT_H_ #include "gdcmSQItem.h" #include "gdcmDicomDirElement.h" @@ -25,7 +25,7 @@ #include #include -namespace gdcm +namespace GDCM_NAME_SPACE { //----------------------------------------------------------------------------- class DicomDirObject; @@ -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