(file) Return to Logger.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common

Diff for /pegasus/src/Pegasus/Common/Logger.h between version 1.24 and 1.25

version 1.24, 2006/01/30 16:17:04 version 1.25, 2006/09/01 18:00:15
Line 45 
Line 45 
 #include <Pegasus/Common/System.h> #include <Pegasus/Common/System.h>
 #include <Pegasus/Common/MessageLoader.h> #include <Pegasus/Common/MessageLoader.h>
  
   // The Logger::trace optimization introduces the PEG_LOGGER_TRACE macro which
   // propagates branch conditions wherever it is used.  The optimization is
   // disabled for C-Cover builds so the coverage of these branches is not
   // measured.
   #ifdef PEGASUS_CCOVER
   # define PEG_LOGGER_TRACE(ARGS_LIST) \
       Logger::trace ARGS_LIST
   #else
 #define PEG_LOGGER_TRACE(ARGS_LIST) \ #define PEG_LOGGER_TRACE(ARGS_LIST) \
     do \     do \
     { \     { \
Line 54 
Line 62 
         } \         } \
     } \     } \
     while (0)     while (0)
   #endif
  
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
  


Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2