(file) Return to DefaultProviderManager.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / ProviderManager2 / Default

Diff for /pegasus/src/Pegasus/ProviderManager2/Default/DefaultProviderManager.h between version 1.19 and 1.20

version 1.19, 2005/02/05 23:00:30 version 1.20, 2005/02/25 21:44:18
Line 106 
Line 106 
     Message * handleCreateSubscriptionRequest(const Message * message);     Message * handleCreateSubscriptionRequest(const Message * message);
     Message * handleModifySubscriptionRequest(const Message * message);     Message * handleModifySubscriptionRequest(const Message * message);
     Message * handleDeleteSubscriptionRequest(const Message * message);     Message * handleDeleteSubscriptionRequest(const Message * message);
     Message * handleEnableIndicationsRequest(const Message * message);  
     Message * handleDisableIndicationsRequest(const Message * message);  
  
     Message * handleExportIndicationRequest(const Message * message);     Message * handleExportIndicationRequest(const Message * message);
  
Line 115 
Line 113 
     Message * handleEnableModuleRequest(const Message * message);     Message * handleEnableModuleRequest(const Message * message);
     Message * handleStopAllProvidersRequest(const Message * message);     Message * handleStopAllProvidersRequest(const Message * message);
     Message * handleInitializeProviderRequest(const Message * message);     Message * handleInitializeProviderRequest(const Message * message);
       Message * handleSubscriptionInitCompleteRequest
           (const Message * message);
  
     void _insertEntry(const Provider & provider, const EnableIndicationsResponseHandler *handler);     void _insertEntry(const Provider & provider, const EnableIndicationsResponseHandler *handler);
     EnableIndicationsResponseHandler * _removeEntry(const String & key);     EnableIndicationsResponseHandler * _removeEntry(const String & key);
Line 127 
Line 127 
 protected: protected:
     IndicationResponseTable _responseTable;     IndicationResponseTable _responseTable;
     LocalProviderManager providerManager;     LocalProviderManager providerManager;
   
   private:
   
       /**
           Calls the provider's enableIndications() method.
           If successful, the indications response handler is stored in the
           _responseTable.
   
           @param  req_provider  CIMInstance for the provider to be enabled
           @param  _indicationCallback  PEGASUS_INDICATION_CALLBACK for indications
           @param  ph  OpProviderHolder for the provider to be enabled
   
           Note that since an exception thrown by the provider's
           enableIndications() method is considered a provider error, any such
           exception is ignored, and no exceptions are thrown by this method.
        */
       void _callEnableIndications
           (CIMInstance & req_provider,
            PEGASUS_INDICATION_CALLBACK _indicationCallback,
            OpProviderHolder & ph);
 }; };
  
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2