]> Creatis software - gdcm.git/blobdiff - src/gdcmDebug.h
Add class DicomDirPrivate, for dealing with SERIE/PRIVATE
[gdcm.git] / src / gdcmDebug.h
index 4f5462c3f03b245a405c55a91f80f726653920ee..d8a9f3dad53af0528e38a17b05d5c6891bd885e5 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmDebug.h,v $
   Language:  C++
-  Date:      $Date: 2006/01/03 14:28:53 $
-  Version:   $Revision: 1.53 $
+  Date:      $Date: 2006/05/30 08:12:51 $
+  Version:   $Revision: 1.55 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -159,7 +159,10 @@ private:
 
 /**
  * \brief   Debug : To be used to help bug tracking developer
- * @param msg message part
+ * @param type type 
+ * @param obj obj
+ * @param msg message part 
+ * @param adds adds
  */
 #define gdcmMessageBodyMacro(type, obj, msg, adds)             \
 {                                                              \
@@ -210,7 +213,7 @@ private:
 // No NDEBUG test to always have a return of warnings !!!
 // -> Rien compris! JPRx
 #define gdcmLogBodyMacro(obj, msg)                         \
-{                                                              \
+{                                                          \
    if( Debug::GetLogFlag() )                               \
       gdcmMessageBodyMacro(gdcm::CMD_LOG,obj,msg,"");      \
 }