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

Diff for /pegasus/src/Pegasus/Common/Magic.h between version 1.5.8.1 and 1.5.8.2

version 1.5.8.1, 2013/09/20 15:37:49 version 1.5.8.2, 2013/11/21 17:59:42
Line 67 
Line 67 
     (usually as the first line of every member function).     (usually as the first line of every member function).
  
         \code         \code
         PEGASUS_DEBUG_ASSERT(_magic);          PEGASUS_ASSERT_DEBUG(_magic);
         \endcode         \endcode
  
     Here's a typical example:     Here's a typical example:
Line 75 
Line 75 
         \code         \code
         MyClass::~MyClass()         MyClass::~MyClass()
         {         {
             PEGASUS_DEBUG_ASSERT(_magic);              PEGASUS_ASSERT_DEBUG(_magic);
         }         }
         \endcode         \endcode
  


Legend:
Removed from v.1.5.8.1  
changed lines
  Added in v.1.5.8.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2