X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDebug.h;h=e1e8fde901a778abbcceaa60b87ef3a5d7bd3b03;hb=b3f903e00dbe97bcd6697ba659d0f1aa586bbbb8;hp=886e2ec4e5dca24f8f3c4c20749ff4a0c283a6b2;hpb=0e82725d64f17545e782c18039ced7ea898f8cad;p=gdcm.git diff --git a/src/gdcmDebug.h b/src/gdcmDebug.h index 886e2ec4..e1e8fde9 100644 --- a/src/gdcmDebug.h +++ b/src/gdcmDebug.h @@ -1,10 +1,24 @@ -// gdcmDebug.h -//----------------------------------------------------------------------------- +/*========================================================================= + + Program: gdcm + Module: $RCSfile: gdcmDebug.h,v $ + Language: C++ + Date: $Date: 2004/06/20 18:08:47 $ + Version: $Revision: 1.3 $ + + Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de + l'Image). All rights reserved. See Doc/License.txt or + http://www.creatis.insa-lyon.fr/Public/Gdcm/License.htm for details. + + This software is distributed WITHOUT ANY WARRANTY; without even + the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + PURPOSE. See the above copyright notices for more information. + +=========================================================================*/ + #ifndef GDCMDEBUG_H #define GDCMDEBUG_H -#define GDCM_DEBUG -1 - /** * \ingroup gdcmDebug * \brief gdcmDebug is an object for debugging in program. @@ -18,7 +32,7 @@ */ class gdcmDebug { public: - gdcmDebug(int level = GDCM_DEBUG); + gdcmDebug(int level = -1); void SetDebug (int level); void Verbose(int, const char*, const char* ="");