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

Diff for /pegasus/src/Pegasus/Common/Attic/Packer.h between version 1.3 and 1.4

version 1.3, 2005/10/31 17:39:12 version 1.4, 2005/10/31 18:03:36
Line 40 
Line 40 
 #include <Pegasus/Common/String.h> #include <Pegasus/Common/String.h>
 #include <Pegasus/Common/Buffer.h> #include <Pegasus/Common/Buffer.h>
  
 #define PACKER_ASSERT assert  #ifdef PEGASUS_DEBUG
   # define PACKER_ASSERT(COND) assert
   #else
   # define PACKER_ASSERT(COND) /* assert */
   #endif
  
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
  


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