X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDebug.h;h=4b6d6824dd84c0f45a921d05bcd71dc19c0def37;hb=03acf3c119c6657129b8aeae8cb2205e481a105b;hp=6e719784368cea44e50db361ead48d3e582aef66;hpb=ba78e6c6d47d6db1528e8e88e5ebde7296a26692;p=gdcm.git diff --git a/src/gdcmDebug.h b/src/gdcmDebug.h index 6e719784..4b6d6824 100644 --- a/src/gdcmDebug.h +++ b/src/gdcmDebug.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDebug.h,v $ Language: C++ - Date: $Date: 2004/12/03 20:16:57 $ - Version: $Revision: 1.9 $ + Date: $Date: 2005/01/06 20:03:26 $ + Version: $Revision: 1.10 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -42,11 +42,11 @@ public: Debug(int level = -1); void SetDebug (int level); - void Verbose(int level, const char* msg1, const char* msg2 = "") ; - void Error (bool test, const char* msg1, const char* msg2 = ""); - void Error (const char* msg1, const char* msg2 = "", const char* msg3 = ""); + void Verbose(int level, const char *msg1, const char *msg2 = "") ; + void Error (bool test, const char *msg1, const char *msg2 = ""); + void Error (const char *msg1, const char *msg2 = "", const char *msg3 = ""); - void Assert(int level, bool test, const char * msg1, const char * msg2); + void Assert(int level, bool test, const char *msg1, const char *msg2); void Exit(int a); static Debug &GetReference();