]> Creatis software - gdcm.git/blobdiff - src/gdcmArgMgr.h
The bad hack I made to bypass illegal images where undefined length UN data
[gdcm.git] / src / gdcmArgMgr.h
index 1d48babe90b2a4293b05db1280e70c4aa709d0ca..6d84ca5414ff53868178ace869811f323649e2a0 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmArgMgr.h,v $
   Language:  C++
-  Date:      $Date: 2006/01/26 16:01:04 $
-  Version:   $Revision: 1.12 $
+  Date:      $Date: 2007/09/28 11:03:52 $
+  Version:   $Revision: 1.14 $
   
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -23,7 +23,7 @@
 #include <stdio.h>  // for FILE
 #include <stdlib.h> // For atof
 
-namespace gdcm
+namespace GDCM_NAME_SPACE
 {
 
 #define ID_RFILE_TEXT        "rt"
@@ -102,8 +102,8 @@ private :
    const char *ArgParamOut;    // Output File Name for param
 
    char *ArgUsed;              // Used Arguments 
-   char *ArgLab[ARGMAXCOUNT];  // Arguments Labels
-   char *ArgStr[ARGMAXCOUNT];  // Arguments 'strings'
+   char **ArgLab; //[ARGMAXCOUNT];  // Arguments Labels
+   char **ArgStr; //[ARGMAXCOUNT];  // Arguments 'strings'
    int   ArgCount;             // Number of arguments passed 
    char *Appel;                
 };