Program: gdcm
Module: $RCSfile: gdcmArgMgr.cxx,v $
Language: C++
- Date: $Date: 2007/10/04 17:50:42 $
- Version: $Revision: 1.26 $
+ Date: $Date: 2008/04/10 12:03:46 $
+ Version: $Revision: 1.27 $
Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
l'Image). All rights reserved. See Doc/License.txt or
int nbcar = 0;
/* remove spaces at the beginning****/
- while ( isspace(carlu=fgetc (fd)) );
+ while ( isspace(carlu=fgetc (fd)) ) {}
if (carlu==EOF)
return 0;
/* Search for a " */
Program: gdcm
Module: $RCSfile: gdcmArgMgr.h,v $
Language: C++
- Date: $Date: 2007/09/28 11:03:52 $
- Version: $Revision: 1.14 $
+ Date: $Date: 2008/04/10 12:03:46 $
+ Version: $Revision: 1.15 $
Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
l'Image). All rights reserved. See Doc/License.txt or
char **ArgStr; //[ARGMAXCOUNT]; // Arguments 'strings'
int ArgCount; // Number of arguments passed
char *Appel;
+
+ ArgMgr(const ArgMgr&); // Not implemented
+ void operator=(const ArgMgr&); // Not implemented
};
} // end namespace gdcm