(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.70 and 1.71

version 1.70, 2004/05/05 17:44:47 version 1.71, 2004/06/29 11:42:44
Line 32 
Line 32 
 //              Roger Kumpf, Hewlett-Packard Company (roger_kumpf@hp.com) //              Roger Kumpf, Hewlett-Packard Company (roger_kumpf@hp.com)
 //              Sushma Fernandes , Hewlett-Packard Company //              Sushma Fernandes , Hewlett-Packard Company
 //                (sushma_fernandes@hp.com) //                (sushma_fernandes@hp.com)
   //              Amit K Arora, IBM (amita@in.ibm.com) for bug# 1593
 // //
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
Line 69 
Line 70 
  
 Exception::Exception() Exception::Exception()
 { {
     _rep = new ExceptionRep();      _rep = NULL;
     _rep->message = String::EMPTY;  
     _rep->contentLanguages = ContentLanguages::EMPTY;  // l10n  
 } }
  
 Exception::~Exception() Exception::~Exception()


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2