]> Creatis software - gdcm.git/blobdiff - src/gdcmBase.cxx
Comments: It shouldn't be too difficult to 'manualy' ask memory merging
[gdcm.git] / src / gdcmBase.cxx
index 4e3753a6ed90415a7f23b78b1457c2e9da1dd0f0..3a94b08b132ed79845ee31fc54f50abfafc78b6f 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmBase.cxx,v $
   Language:  C++
-  Date:      $Date: 2005/01/06 20:25:17 $
-  Version:   $Revision: 1.5 $
+  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,16 +39,6 @@ Base::~Base()
 { 
 }
 
-//-----------------------------------------------------------------------------
-// Print
-/**
- * \brief   Print all the object
- * @param   os The output stream to be written to.
- */
-void Base::Print(std::ostream &)
-{
-}
-
 //-----------------------------------------------------------------------------
 // Public
 
@@ -58,6 +48,17 @@ void Base::Print(std::ostream &)
 //-----------------------------------------------------------------------------
 // Private
 
+//-----------------------------------------------------------------------------
+// Print
+/**
+ * \brief   Print all the object
+ * @param   os The output stream to be written to.
+ * @param indent Indentation string to be prepended during printing
+ */
+void Base::Print(std::ostream &, std::string const & )
+{
+}
+
 //-----------------------------------------------------------------------------
 } // end namespace gdcm