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

Diff for /pegasus/src/Pegasus/Provider/ProviderException.h between version 1.9 and 1.10

version 1.9, 2002/04/05 19:56:23 version 1.10, 2002/05/07 16:47:30
Line 37 
Line 37 
 class OperationFailure : public CIMException class OperationFailure : public CIMException
 { {
 public: public:
     OperationFailure(const Uint32 code, const String & message) : CIMException(CIM_ERR_FAILED, message)      OperationFailure(const CIMStatusCode code, const String & message) : CIMException(code, message)
     {     {
     }     }
 }; };


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