]> Creatis software - gdcm.git/blobdiff - src/gdcmRLEFrame.cxx
Fix mistypings
[gdcm.git] / src / gdcmRLEFrame.cxx
index 972f6a8190498c09ad9cc9eb1ecc35a3744d8224..d22e21fd9af237285574dbcb5b470406d5e1d241 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmRLEFrame.cxx,v $
   Language:  C++
-  Date:      $Date: 2005/11/09 10:18:44 $
-  Version:   $Revision: 1.9 $
+  Date:      $Date: 2007/05/23 14:18:11 $
+  Version:   $Revision: 1.13 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -19,7 +19,7 @@
 #include "gdcmRLEFrame.h"
 #include "gdcmDebug.h"
                                                                                 
-namespace gdcm
+namespace GDCM_NAME_SPACE
 {
 //-------------------------------------------------------------------------
 // Constructor / Destructor
@@ -120,7 +120,8 @@ bool RLEFrame::ReadAndDecompressRLEFragment( uint8_t *subRaw,
       if ( numberOfReadBytes > fragmentSize )
       {
          gdcmWarningMacro( "Read more bytes (" << numberOfReadBytes
-              << " ) than the segment size. (" << fragmentSize << ")" );
+                              << " ) than the segment size. (" 
+                              << fragmentSize << ")" );
          return false;
       }
    }
@@ -140,7 +141,7 @@ bool RLEFrame::ReadAndDecompressRLEFragment( uint8_t *subRaw,
  * @param indent Indentation string to be prepended during printing.
  * @param os     Stream to print to.
  */
-void RLEFrame::Print( std::ostream &os, std::string indent )
+void RLEFrame::Print( std::ostream &os, std::string const &indent )
 {
    os << indent
       << "--- fragments"