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

Diff for /pegasus/src/Pegasus/Server/CIMOperationRequestDecoder.h between version 1.14 and 1.15

version 1.14, 2002/03/29 21:40:39 version 1.15, 2002/04/05 01:21:10
Line 74 
Line 74 
          CIMStatusCode code,          CIMStatusCode code,
          const String& description);          const String& description);
  
       void sendBadRequestError(        void sendHttpError(
          Uint32 queueId,          Uint32 queueId,
          const String& cimError = String::EMPTY);           const String& status,
            const String& cimError = String::EMPTY,
       void sendNotImplementedError(           const String& messageBody = String::EMPTY);
          Uint32 queueId,  
          const String& cimError = String::EMPTY);  
  
       virtual void handleEnqueue(Message *);       virtual void handleEnqueue(Message *);
  


Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2