(file) Return to CIMClientException.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Client

Diff for /pegasus/src/Pegasus/Client/CIMClientException.h between version 1.9 and 1.10

version 1.9, 2002/09/20 01:14:55 version 1.10, 2002/09/20 03:23:31
Line 59 
Line 59 
     CIMClientHTTPErrorException(     CIMClientHTTPErrorException(
         Uint32 httpStatusCode,         Uint32 httpStatusCode,
         const String& cimError,         const String& cimError,
         const String& pegasusError);          const String& cimErrorDetail);
     CIMClientHTTPErrorException(const CIMClientHTTPErrorException& httpError);     CIMClientHTTPErrorException(const CIMClientHTTPErrorException& httpError);
     virtual ~CIMClientHTTPErrorException();     virtual ~CIMClientHTTPErrorException();
  
     Uint32 getCode() const;     Uint32 getCode() const;
     String getCIMError() const;     String getCIMError() const;
     String getPegasusError() const;      String getCIMErrorDetail() const;
 }; };
  
 /** /**


Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2