]> Creatis software - gdcm.git/blobdiff - src/gdcmRLEFrame.h
Forgot to update this one
[gdcm.git] / src / gdcmRLEFrame.h
index 0a09a007a76323e4f77dccdb76b779ae7a3fc67c..0554ad4db6fcea4c3a3e3f4ee9df99b96ea0ccb3 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmRLEFrame.h,v $
   Language:  C++
-  Date:      $Date: 2007/05/23 14:18:11 $
-  Version:   $Revision: 1.21 $
+  Date:      $Date: 2007/09/17 12:16:01 $
+  Version:   $Revision: 1.23 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -17,8 +17,8 @@
 =========================================================================*/
 
 
-#ifndef GDCMRLEFRAME_H
-#define GDCMRLEFRAME_H
+#ifndef _GDCMRLEFRAME_H_
+#define _GDCMRLEFRAME_H_
 
 #include "gdcmBase.h"
 
@@ -38,7 +38,7 @@ namespace GDCM_NAME_SPACE
  *
  *        Each instance of this class (they can be as many instances for
  *        a given Document as they are frames and they are collected in
- *        a \ref RLEFramesInfo ) describes :
+ *        a RLEFramesInfo ) describes :
  *        - the total number of segments (up to 15),
  *        - the offsets of each segment of the frame,
  *        - the (corresponding) lengths of each segment of the frame.