X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmVR.h;h=80d6a3406b34a333e06d06fc59a95c2ebd8be632;hb=fc4f7706c78baf3f60474c06d871b82db221f37b;hp=b08a5ba4bf3ecf1a131cbb260d967526bcae32b4;hpb=f1f853253044dc7f5b0b45b568df49eebc67071a;p=gdcm.git diff --git a/src/gdcmVR.h b/src/gdcmVR.h index b08a5ba4..80d6a340 100644 --- a/src/gdcmVR.h +++ b/src/gdcmVR.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmVR.h,v $ Language: C++ - Date: $Date: 2005/11/29 17:10:12 $ - Version: $Revision: 1.29 $ + Date: $Date: 2007/09/17 12:16:01 $ + Version: $Revision: 1.34 $ 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 GDCMVR_H -#define GDCMVR_H +#ifndef _GDCMVR_H_ +#define _GDCMVR_H_ #include "gdcmRefCounter.h" #include "gdcmVRKey.h" @@ -26,7 +26,7 @@ #include #include -namespace gdcm +namespace GDCM_NAME_SPACE { //----------------------------------------------------------------------------- @@ -56,7 +56,7 @@ public: bool IsVROfStringRepresentable(VRKey const &tested); /// \brief Simple predicate that checks whether the given argument - /// corresponds to the Value Representation of a \ref SeqEntry + /// corresponds to the Value Representation of a SeqEntry bool IsVROfSequence(VRKey const &tested) { return tested == "SQ"; } // Remove inline optimization for VS6