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

Diff for /pegasus/src/Pegasus/Common/String.cpp between version 1.116 and 1.117

version 1.116, 2005/11/29 19:35:09 version 1.117, 2006/01/13 18:28:20
Line 320 
Line 320 
  
 inline void _checkNullPointer(const void* ptr) inline void _checkNullPointer(const void* ptr)
 { {
 #ifdef PEGASUS_STRING_NO_THROW  #ifndef PEGASUS_STRING_NO_THROW
  
     if (!ptr)     if (!ptr)
         throw NullPointer();         throw NullPointer();


Legend:
Removed from v.1.116  
changed lines
  Added in v.1.117

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2