(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.38 and 1.39

version 1.38, 2002/05/07 03:55:29 version 1.39, 2002/05/16 19:37:38
Line 260 
Line 260 
  
 } }
  
 CIMException::CIMException(const CIMException& cimException)  
     : Exception(cimException.getMessage()),  
     _code(cimException._code),  
     _file(cimException._file),  
     _line(cimException._line)  
 {  
 }  
   
 // //
 // Returns a description string fit for human consumption // Returns a description string fit for human consumption
 // //


Legend:
Removed from v.1.38  
changed lines
  Added in v.1.39

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2