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

Diff for /pegasus/src/Pegasus/Server/CIMOperationRequestAuthorizer.h between version 1.7 and 1.8

version 1.7, 2002/04/12 00:58:24 version 1.8, 2002/05/29 19:29:39
Line 38 
Line 38 
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
  
  
 class PEGASUS_SERVER_LINKAGE CIMOperationRequestAuthorizer : public MessageQueueService  class PEGASUS_SERVER_LINKAGE CIMOperationRequestAuthorizer : public MessageQueue
 { {
    public:    public:
  
       typedef MessageQueueService Base;        typedef MessageQueue Base;
  
       CIMOperationRequestAuthorizer(       CIMOperationRequestAuthorizer(
          MessageQueueService* outputQueue);           MessageQueue* outputQueue);
  
       ~CIMOperationRequestAuthorizer();       ~CIMOperationRequestAuthorizer();
  
Line 70 
Line 70 
  
    private:    private:
  
       MessageQueueService* _outputQueue;        MessageQueue* _outputQueue;
  
       // Flag to indicate whether or not the CIMServer is shutting down.       // Flag to indicate whether or not the CIMServer is shutting down.
       Boolean _serverTerminating;       Boolean _serverTerminating;


Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2