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

Diff for /pegasus/src/Pegasus/ProviderManager2/CMPI/CMPIProviderManager.h between version 1.33 and 1.34

version 1.33, 2006/10/18 12:56:37 version 1.34, 2006/11/02 05:56:20
Line 29 
Line 29 
 // //
 //============================================================================== //==============================================================================
 // //
 // Author:      Adrian Schuur, schuur@de.ibm.com  
 //  
 // Modified By:  
 //  
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
 #ifndef Pegasus_CMPIProviderManager_h #ifndef Pegasus_CMPIProviderManager_h
Line 154 
Line 150 
         @param  _indicationCallback  PEGASUS_INDICATION_CALLBACK_T for         @param  _indicationCallback  PEGASUS_INDICATION_CALLBACK_T for
             indications             indications
         @param  ph  OpProviderHolder for the provider to be enabled         @param  ph  OpProviderHolder for the provider to be enabled
           @param remoteInfo Remote Information
      */      */
     void _callEnableIndications     void _callEnableIndications
         (CIMInstance & req_provider,         (CIMInstance & req_provider,
          PEGASUS_INDICATION_CALLBACK_T _indicationCallback,          PEGASUS_INDICATION_CALLBACK_T _indicationCallback,
          CMPIProvider::OpProviderHolder & ph);           CMPIProvider::OpProviderHolder & ph,
            const char *remoteInfo);
  
     /**     /**
         Calls the provider's disableIndications() method, if the provider         Calls the provider's disableIndications() method, if the provider
         version supports disableIndications().         version supports disableIndications().
  
         @param  ph  OpProviderHolder for the provider to be enabled         @param  ph  OpProviderHolder for the provider to be enabled
           @param remoteInfo Remote Information
      */      */
     void _callDisableIndications     void _callDisableIndications
         (CMPIProvider::OpProviderHolder & ph);          (CMPIProvider::OpProviderHolder & ph, const char *remoteInfo);
  
  
 }; };


Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2