X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDicomDirVisit.h;h=cf9ffb66d5df8a34ff8952d38396cac4c9d14124;hb=80075429b6ab9db9e885b9bb9ae1427530c7bef8;hp=580eb705c3b206b2cf38344ee60cf4960d03f924;hpb=a585fafed1e72e092c6a1942c8692991c1688e7f;p=gdcm.git diff --git a/src/gdcmDicomDirVisit.h b/src/gdcmDicomDirVisit.h index 580eb705..cf9ffb66 100644 --- a/src/gdcmDicomDirVisit.h +++ b/src/gdcmDicomDirVisit.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDicomDirVisit.h,v $ Language: C++ - Date: $Date: 2005/11/21 09:46:25 $ - Version: $Revision: 1.3 $ + Date: $Date: 2007/08/22 16:14:03 $ + Version: $Revision: 1.6 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -16,12 +16,12 @@ =========================================================================*/ -#ifndef GDCMDICOMDIRVISIT_H -#define GDCMDICOMDIRVISIT_H +#ifndef _GDCMDICOMDIRVISIT_H_ +#define _GDCMDICOMDIRVISIT_H_ #include "gdcmDicomDirObject.h" -namespace gdcm +namespace GDCM_NAME_SPACE { /** @@ -37,7 +37,6 @@ public: static DicomDirVisit *New(bool empty=false) {return new DicomDirVisit(empty);} void Print( std::ostream &os = std::cout, std::string const &indent = "" ); - // void WriteContent( std::ofstream *fp, FileType t ); protected: DicomDirVisit(bool empty=false);