X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDicomDirObject.h;h=3643bf0148cdcd21a9061658163f6afd13b83e8a;hb=4ae5f29bc5a2fa48c38fe43d331e5099aad4ed0f;hp=39e4e9964b76d663c3ecd093d4d3941aa1e1886c;hpb=6b51b22366f878e1050c75a6ebb755bd2ff365c7;p=gdcm.git diff --git a/src/gdcmDicomDirObject.h b/src/gdcmDicomDirObject.h index 39e4e996..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/10/25 14:52:33 $ - Version: $Revision: 1.18 $ + 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;