X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDebug.h;h=67d49f9edf9c002fac2e2be3d32dc8a16add3709;hb=879f56a62d0772c95e92d0657882eb1886b4153d;hp=ae3e013fd0e396714635b4b1ac3c2b16cc144aff;hpb=4b4569ba7d0829cf3782ff6b5bbe5ae1009466e6;p=gdcm.git diff --git a/src/gdcmDebug.h b/src/gdcmDebug.h index ae3e013f..67d49f9e 100644 --- a/src/gdcmDebug.h +++ b/src/gdcmDebug.h @@ -3,12 +3,12 @@ Program: gdcm Module: $RCSfile: gdcmDebug.h,v $ Language: C++ - Date: $Date: 2004/08/01 02:39:09 $ - Version: $Revision: 1.5 $ + Date: $Date: 2004/09/27 08:39:05 $ + Version: $Revision: 1.7 $ 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. + http://www.creatis.insa-lyon.fr/Public/Gdcm/License.html for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR @@ -21,9 +21,6 @@ #include "gdcmCommon.h" -//----------------------------------------------------------------------------- -#define dbg gdcmDebug::GetReference() - //----------------------------------------------------------------------------- /** @@ -56,8 +53,9 @@ private: /// warning message level to be displayed int DebugLevel; -/// Instance of debugging utility. - static gdcmDebug debug; }; +/// Instance of debugging utility. +static gdcmDebug dbg; + #endif