]> Creatis software - gdcm.git/blobdiff - src/gdcmBase.cxx
* Fix compilation errors for the Python part
[gdcm.git] / src / gdcmBase.cxx
index dcba3c95fdda028bdbdfa735ab18d077397ddec6..3a94b08b132ed79845ee31fc54f50abfafc78b6f 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmBase.cxx,v $
   Language:  C++
-  Date:      $Date: 2005/01/23 10:12:32 $
-  Version:   $Revision: 1.8 $
+  Date:      $Date: 2005/02/01 10:29:54 $
+  Version:   $Revision: 1.9 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -39,6 +39,15 @@ Base::~Base()
 { 
 }
 
+//-----------------------------------------------------------------------------
+// Public
+
+//-----------------------------------------------------------------------------
+// Protected
+
+//-----------------------------------------------------------------------------
+// Private
+
 //-----------------------------------------------------------------------------
 // Print
 /**
@@ -50,15 +59,6 @@ void Base::Print(std::ostream &, std::string const & )
 {
 }
 
-//-----------------------------------------------------------------------------
-// Public
-
-//-----------------------------------------------------------------------------
-// Protected
-
-//-----------------------------------------------------------------------------
-// Private
-
 //-----------------------------------------------------------------------------
 } // end namespace gdcm