]> Creatis software - gdcm.git/blobdiff - src/gdcmDebug.h
Avoid Doxygen Warnings
[gdcm.git] / src / gdcmDebug.h
index e0fe099281a06dbe85a88c7193721c2435809386..33d22690df1dd49e20cd718c074d08053b6e66e5 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmDebug.h,v $
   Language:  C++
-  Date:      $Date: 2005/11/28 15:30:03 $
-  Version:   $Revision: 1.49 $
+  Date:      $Date: 2005/11/28 16:50:32 $
+  Version:   $Revision: 1.51 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -88,7 +88,7 @@ public:
 
    static std::ostream &GetOutput ();
 
-   static void SendToOutput(unsigned int type,std::string const &msg,const CommandManager *mgr = NULL);
+   static void SendToOutput(unsigned int type,std::string const &msg,const Base *object = NULL);
 
 private:
    static bool DebugFlag;
@@ -162,7 +162,7 @@ private:
    }                                                           \
 }
 #define gdcmDebugMacro(msg)                                    \
-   gdcmDebugBodyMacro(this,msg)
+   gdcmDebugBodyMacro(NULL,msg)
 #define gdcmStaticDebugMacro(msg)                              \
    gdcmDebugBodyMacro(NULL,msg)
 #endif //NDEBUG