X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmBase.cxx;h=873e442f9a8a8ddf5a5f0b2754b7c6839b406123;hb=01f14ba7d0d9eee2b8f0a768efd116e26023be12;hp=2b068043bfc9b4d5a4489032d3459343b69a9f62;hpb=e8caac199c2683cb0f118c42c61dc6aec85b1eec;p=gdcm.git diff --git a/src/gdcmBase.cxx b/src/gdcmBase.cxx index 2b068043..873e442f 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/16 04:50:40 $ - Version: $Revision: 1.6 $ + Date: $Date: 2005/10/20 15:24:08 $ + Version: $Revision: 1.10 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -22,32 +22,6 @@ namespace gdcm { //------------------------------------------------------------------------- // Constructor / Destructor -/** - * \brief canonical constructor - */ -Base::Base( ) -{ - PrintLevel = 0; -} - -/** - * \brief canonical destructor - * \note If the Header was created by the File constructor, - * it is destroyed by the File - */ -Base::~Base() -{ -} - -//----------------------------------------------------------------------------- -// Print -/** - * \brief Print all the object - * @param os The output stream to be written to. - */ -void Base::Print(std::ostream &, std::string const & ) -{ -} //----------------------------------------------------------------------------- // Public @@ -58,6 +32,9 @@ void Base::Print(std::ostream &, std::string const & ) //----------------------------------------------------------------------------- // Private +//----------------------------------------------------------------------------- +// Print + //----------------------------------------------------------------------------- } // end namespace gdcm