(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.71 and 1.72

version 1.71, 2004/06/29 11:42:44 version 1.72, 2004/07/29 00:30:05
Line 469 
Line 469 
  
 CIMException& CIMException::operator=(const CIMException & cimException) CIMException& CIMException::operator=(const CIMException & cimException)
 { {
       if (&cimException != this)
       {
     CIMExceptionRep* left;     CIMExceptionRep* left;
     CIMExceptionRep* right;     CIMExceptionRep* right;
     left = reinterpret_cast<CIMExceptionRep*>(this->_rep);     left = reinterpret_cast<CIMExceptionRep*>(this->_rep);
Line 479 
Line 481 
     left->code = right->code;     left->code = right->code;
     left->file = right->file;     left->file = right->file;
     left->line = right->line;     left->line = right->line;
       }
     return *this;     return *this;
 } }
  


Legend:
Removed from v.1.71  
changed lines
  Added in v.1.72

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2