]> Creatis software - gdcm.git/blobdiff - src/gdcmBase.cxx
* Add a RefCounter object that is deleted only when it's reference count is
[gdcm.git] / src / gdcmBase.cxx
index 3a94b08b132ed79845ee31fc54f50abfafc78b6f..873e442f9a8a8ddf5a5f0b2754b7c6839b406123 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmBase.cxx,v $
   Language:  C++
-  Date:      $Date: 2005/02/01 10:29:54 $
-  Version:   $Revision: 1.9 $
+  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,22 +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()
-{ 
-}
 
 //-----------------------------------------------------------------------------
 // Public
@@ -50,14 +34,6 @@ Base::~Base()
 
 //-----------------------------------------------------------------------------
 // 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