X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmBase.cxx;h=343ea1d77bc3b7231d07332c011c5fc667a08721;hb=f2dd0107ba49eda3386b34715cdc0c046d12397f;hp=a74a2cdcee8ac8e3c2c3e44f68929a8a51172fc2;hpb=a891240601e102b6b07ce593d9b9b28948149e72;p=gdcm.git diff --git a/src/gdcmBase.cxx b/src/gdcmBase.cxx index a74a2cdc..343ea1d7 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: 2007/05/23 14:18:07 $ + Version: $Revision: 1.11 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -18,37 +18,10 @@ #include "gdcmBase.h" -namespace gdcm +namespace GDCM_NAME_SPACE { //------------------------------------------------------------------------- // 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. - * @param indent indent - */ -void Base::Print(std::ostream &, std::string const & ) -{ -} //----------------------------------------------------------------------------- // Public @@ -59,6 +32,9 @@ void Base::Print(std::ostream &, std::string const & ) //----------------------------------------------------------------------------- // Private +//----------------------------------------------------------------------------- +// Print + //----------------------------------------------------------------------------- } // end namespace gdcm