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

Diff for /pegasus/src/Pegasus/Common/Exception.cpp between version 1.60 and 1.61

version 1.60, 2002/09/20 04:06:42 version 1.61, 2002/09/20 20:43:28
Line 162 
Line 162 
 CIMException::CIMException( CIMException::CIMException(
     CIMStatusCode code,     CIMStatusCode code,
     const String& message)     const String& message)
       : Exception()
 { {
     CIMExceptionRep * tmp = new CIMExceptionRep ();     CIMExceptionRep * tmp = new CIMExceptionRep ();
     tmp->message = message;     tmp->message = message;
Line 172 
Line 173 
 } }
  
 CIMException::CIMException(const CIMException & cimException) CIMException::CIMException(const CIMException & cimException)
       : Exception()
 { {
     CIMExceptionRep * tmp = new CIMExceptionRep ();     CIMExceptionRep * tmp = new CIMExceptionRep ();
     CIMExceptionRep * rep;     CIMExceptionRep * rep;


Legend:
Removed from v.1.60  
changed lines
  Added in v.1.61

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2