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

Diff for /pegasus/src/Pegasus/Common/PegasusAssert.h between version 1.2 and 1.3

version 1.2, 2005/11/22 02:59:06 version 1.3, 2005/11/22 23:26:17
Line 48 
Line 48 
 #include <cassert> #include <cassert>
  
  
   /** define PEGASUS_ASSERT assertion statement.  This statement tests the
       condition defined by the parameters and if not True executes an
   
      It only generates code if NDEBUG is not defined.
      See also the man page for assert().
   
      NOTE: if NDEBUG is set then the assert() macro will generate no code,
            and hence do nothing at all.
   
       <pre>
       assert()
       </pre>
   
       defining the file, line and condition that was tested.
   */
   
   #define PEGASUS_ASSERT(COND) assert(COND)
   
  
 /* define PEGASUS_DEBUG_ASSERT() assertion statement. This statement tests the /* define PEGASUS_DEBUG_ASSERT() assertion statement. This statement tests the
    condition defined by the parameters and if not True executes an assert.    condition defined by the parameters and if not True executes an assert.


Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2