]> Creatis software - gdcm.git/blobdiff - src/gdcmBase.cxx
Fix mistypings
[gdcm.git] / src / gdcmBase.cxx
index dafc627a43726dc4c0c622b6e643754802e41095..343ea1d77bc3b7231d07332c011c5fc667a08721 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmBase.cxx,v $
   Language:  C++
-  Date:      $Date: 2005/01/06 17:08:06 $
-  Version:   $Revision: 1.3 $
+  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
 
 #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.
- */
-void Base::Print(std::ostream & os)
-{
-}
 
 //-----------------------------------------------------------------------------
 // Public
@@ -58,6 +32,9 @@ void Base::Print(std::ostream & os)
 //-----------------------------------------------------------------------------
 // Private
 
+//-----------------------------------------------------------------------------
+// Print
+
 //-----------------------------------------------------------------------------
 } // end namespace gdcm