]> Creatis software - gdcm.git/blobdiff - src/gdcmCommand.cxx
Fix Comments
[gdcm.git] / src / gdcmCommand.cxx
index 221e00a8726d3576e29d091be3746262b5df0f69..98a9e53a10b204443d951fe3010f4b9ec5af55c2 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmCommand.cxx,v $
   Language:  C++
-  Date:      $Date: 2005/11/28 16:31:22 $
-  Version:   $Revision: 1.2 $
+  Date:      $Date: 2007/10/25 08:04:50 $
+  Version:   $Revision: 1.4 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -18,7 +18,7 @@
 // ---------------------------------------------------------------
 #include "gdcmCommand.h"
 
-namespace gdcm 
+namespace GDCM_NAME_SPACE 
 {
 //-----------------------------------------------------------------------------
 // Constructor / Destructor
@@ -26,11 +26,12 @@ namespace gdcm
  * \brief Constructor used when we want to generate dicom files from scratch
  */
 Command::Command()
+  : Cmd(CMD_UNKNOWN), Object(NULL), ConstObject(NULL), Text("")
 {
-   Cmd = CMD_UNKNOWN;
-   Object = NULL;
-   ConstObject = NULL;
-   Text = "";
+//   Cmd = CMD_UNKNOWN;
+//   Object = NULL;
+//   ConstObject = NULL;
+//   Text = "";
 }