(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.3 and 1.4

version 1.3, 2005/11/22 23:26:17 version 1.4, 2005/11/27 03:11:36
Line 44 
Line 44 
 // it is possible to revert back to assert.h // it is possible to revert back to assert.h
 //     J Wunderlich 11/21/2005 //     J Wunderlich 11/21/2005
 // //
 // #include <assert.h>  
 #include <cassert>  
  
   #if (__cplusplus)
   #include <cassert>
   #else
   #include <assert.h>
   #endif
  
 /** define PEGASUS_ASSERT assertion statement.  This statement tests the /** define PEGASUS_ASSERT assertion statement.  This statement tests the
     condition defined by the parameters and if not True executes an     condition defined by the parameters and if not True executes an


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2