X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmVR.h;h=80d6a3406b34a333e06d06fc59a95c2ebd8be632;hb=bd7bec4c367d671a9da358584e98a8ec29bb641e;hp=0799cd4f4c41a8dabbe4504ecb549336af3b0279;hpb=6834e8e3efa919645cab0d8a444a5932e1e8d9ce;p=gdcm.git diff --git a/src/gdcmVR.h b/src/gdcmVR.h index 0799cd4f..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: 2006/07/10 08:27:28 $ - Version: $Revision: 1.30 $ + 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 @@ -75,7 +75,6 @@ protected: private: VRHT vr; - static char *VRvalues; }; } // end namespace gdcm