X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmBase.cxx;h=3a94b08b132ed79845ee31fc54f50abfafc78b6f;hb=0416947420d9168401c99e7fbf0dca0a081c9175;hp=4f70298c09fe88d4d81fd14b831182bdfff2b095;hpb=327dfe7647e3720b0f3125f9b19397cb9afc0ed3;p=gdcm.git diff --git a/src/gdcmBase.cxx b/src/gdcmBase.cxx index 4f70298c..3a94b08b 100644 --- a/src/gdcmBase.cxx +++ b/src/gdcmBase.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmBase.cxx,v $ Language: C++ - Date: $Date: 2005/01/06 20:03:26 $ - Version: $Revision: 1.4 $ + 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 &os) -{ -} - //----------------------------------------------------------------------------- // Public @@ -58,6 +48,17 @@ void Base::Print(std::ostream &os) //----------------------------------------------------------------------------- // 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