(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.20 and 1.21

version 1.20, 2002/05/29 19:29:40 version 1.21, 2002/05/29 23:23:46
Line 45 
Line 45 
  
 /** This class decodes CIM operation requests and passes them down-stream. /** This class decodes CIM operation requests and passes them down-stream.
  */  */
 class CIMOperationRequestDecoder : public MessageQueue  class CIMOperationRequestDecoder : public MessageQueueService
 { {
    public:    public:
       typedef MessageQueue Base;        typedef MessageQueueService Base;
  
       CIMOperationRequestDecoder(       CIMOperationRequestDecoder(
          MessageQueue* outputQueue,           MessageQueueService* outputQueue,
          Uint32 returnQueueId);          Uint32 returnQueueId);
  
       ~CIMOperationRequestDecoder();       ~CIMOperationRequestDecoder();
Line 295 
Line 295 
  
    private:    private:
  
       MessageQueue* _outputQueue;        MessageQueueService* _outputQueue;
  
       // Queue where responses should be enqueued.       // Queue where responses should be enqueued.
       Uint32 _returnQueueId;       Uint32 _returnQueueId;


Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2