]> Creatis software - gdcm.git/blobdiff - src/gdcmVR.h
Fix mistypings
[gdcm.git] / src / gdcmVR.h
index b08a5ba4bf3ecf1a131cbb260d967526bcae32b4..80d6a3406b34a333e06d06fc59a95c2ebd8be632 100644 (file)
@@ -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 <string>
 #include <iostream>
 
-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