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

Diff for /pegasus/src/Pegasus/IndicationService/IndicationService.h between version 1.58 and 1.59

version 1.58, 2004/05/27 23:47:10 version 1.59, 2004/07/27 16:16:50
Line 701 
Line 701 
         @param   contentLangs          the language of the subscription         @param   contentLangs          the language of the subscription
         @param   origRequest           the original request, if any (e.g. Create         @param   origRequest           the original request, if any (e.g. Create
                                            Instance, Modify Instance, Provider                                            Instance, Modify Instance, Provider
                                            Registration change)                                             Registration change, Provider Enable)
         @param   indicationSubclasses  the indication subclasses for the         @param   indicationSubclasses  the indication subclasses for the
                                            subscription                                            subscription
         @param   userName              the userName for authentication         @param   userName              the userName for authentication
Line 793 
Line 793 
         @param   subscription          the subscription to be modified         @param   subscription          the subscription to be modified
         @param   acceptLangs           the language of the response         @param   acceptLangs           the language of the response
         @param   contentLangs          the language of the subscription         @param   contentLangs          the language of the subscription
         @param   origRequest           the original request (e.g. Delete          @param   origRequest           the original request, if any (e.g. Delete
                                            Instance, Modify Instance, Provider                                            Instance, Modify Instance, Provider
                                            Registration change)                                            Registration change)
         @param   indicationSubclasses  the indication subclasses for the         @param   indicationSubclasses  the indication subclasses for the
Line 926 
Line 926 
         Sends an Enable Indications request to the specified providers.         Sends an Enable Indications request to the specified providers.
  
         @param   enableProviders       the providers to be enabled         @param   enableProviders       the providers to be enabled
           @param   origRequest           the original request, if any (e.g. Create
                                              Instance, Modify Instance, Provider
                                              Registration change, Provider Enable)
           @param   path                  path of created instance (for create
                                            instance request)
      */      */
     void _sendEnable (     void _sendEnable (
         const Array <ProviderClassList> & enableProviders,         const Array <ProviderClassList> & enableProviders,
         const CIMRequestMessage * origRequest);          const CIMRequestMessage * origRequest,
           const CIMObjectPath & path = CIMObjectPath ());
  
     /**     /**
         Sends a Disable Indications request to the specified providers.         Sends a Disable Indications request to the specified providers.
  
         @param   disableProviders      the providers to be disabled         @param   disableProviders      the providers to be disabled
           @param   origRequest           the original request, if any (e.g. Delete
                                              Instance, Modify Instance, Provider
                                              Registration change)
      */      */
     void _sendDisable     void _sendDisable
         (const Array <ProviderClassList> & disableProviders,         (const Array <ProviderClassList> & disableProviders,


Legend:
Removed from v.1.58  
changed lines
  Added in v.1.59

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2