(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.83.4.2 and 1.83.4.3

version 1.83.4.2, 2008/04/25 01:17:20 version 1.83.4.3, 2008/04/25 22:23:40
Line 1176 
Line 1176 
         @param   nameSpace                   The generated indication namespace         @param   nameSpace                   The generated indication namespace
         @param   indicationProvider          The provider which generated         @param   indicationProvider          The provider which generated
                                              the indication                                              the indication
           @param   subscriptions               Output Array of subscription
         @return   list of pair of subscription instance and associated                                               instances
                   activeSubscriptionsKey          @param   subscriptionKeys            Output Array of keys associated
                                                with the subscriptions
     */     */
     Array<Pair<CIMInstance, String> > _getRelevantSubscriptions(      void _getRelevantSubscriptions(
         const Array<CIMObjectPath> & providedSubscriptionNames,         const Array<CIMObjectPath> & providedSubscriptionNames,
         const CIMName& className,         const CIMName& className,
         const CIMNamespaceName& nameSpace,         const CIMNamespaceName& nameSpace,
         const CIMInstance& indicationProvider);          const CIMInstance& indicationProvider,
           Array<CIMInstance>& subscriptions,
           Array<String>& subscriptionKeys);
  
     /**     /**
         Evaluate if the specified subscription matches the indication based on:         Evaluate if the specified subscription matches the indication based on:


Legend:
Removed from v.1.83.4.2  
changed lines
  Added in v.1.83.4.3

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2