]> Creatis software - gdcm.git/blobdiff - src/gdcmJPEGFragment.h
Fix mistypings
[gdcm.git] / src / gdcmJPEGFragment.h
index 18cd2a0112529014e192bfa2af4c97bed80fc769..e4b271bc988dc17ca6113b3210d657c33d10beeb 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmJPEGFragment.h,v $
   Language:  C++
-  Date:      $Date: 2005/11/28 17:24:21 $
-  Version:   $Revision: 1.20 $
+  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
 =========================================================================*/
 
 
-#ifndef GDCMJPEGFRAGMENT_H
-#define GDCMJPEGFRAGMENT_H
+#ifndef _GDCMJPEGFRAGMENT_H_
+#define _GDCMJPEGFRAGMENT_H_
 
 #include "gdcmBase.h"
 
 #include <iostream>
 #include <fstream>
 
-namespace gdcm 
+namespace GDCM_NAME_SPACE 
 {
 /**
  * \brief *very* internal class . Shouldn't appear here !
@@ -37,9 +37,9 @@ namespace gdcm
  *
  *        Each instance of this class (they can be as many instances for
  *        a given Document as they are JPEG fragments and they are
- *        collected in a \ref JPEGFragmentsInfo )
+ *        collected in a JPEGFragmentsInfo )
  */
-   class GDCM_EXPORT JPEGFragment : public Base
+class GDCM_EXPORT JPEGFragment : public Base
 {
 public:
    JPEGFragment();