X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmBase.cxx;h=3a94b08b132ed79845ee31fc54f50abfafc78b6f;hb=d42dc0047e57b258bf1ac0f7b882e047e15efdf7;hp=a74a2cdcee8ac8e3c2c3e44f68929a8a51172fc2;hpb=a891240601e102b6b07ce593d9b9b28948149e72;p=gdcm.git diff --git a/src/gdcmBase.cxx b/src/gdcmBase.cxx index a74a2cdc..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/18 14:28:32 $ - Version: $Revision: 1.7 $ + 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,26 +39,26 @@ Base::~Base() { } +//----------------------------------------------------------------------------- +// Public + +//----------------------------------------------------------------------------- +// Protected + +//----------------------------------------------------------------------------- +// Private + //----------------------------------------------------------------------------- // Print /** * \brief Print all the object * @param os The output stream to be written to. - * @param indent indent + * @param indent Indentation string to be prepended during printing */ void Base::Print(std::ostream &, std::string const & ) { } -//----------------------------------------------------------------------------- -// Public - -//----------------------------------------------------------------------------- -// Protected - -//----------------------------------------------------------------------------- -// Private - //----------------------------------------------------------------------------- } // end namespace gdcm