(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.41 and 1.42

version 1.41, 2003/09/29 21:51:07 version 1.42, 2003/09/30 21:02:04
Line 468 
Line 468 
         where the subscription indication class matches or is a superclass         where the subscription indication class matches or is a superclass
         of the supported class, and the properties required to process the         of the supported class, and the properties required to process the
         subscription are all contained in the list of supported properties.         subscription are all contained in the list of supported properties.
           If the checkProvider parameter value is True, a subscription is only
           included in the list returned if the specified provider accepted the
           subscription.  If the checkProvider parameter value is False, the
           provider parameter is not used (ignored).
  
         @param   supportedClass       the supported class         @param   supportedClass       the supported class
         @param   nameSpaces           the list of supported namespaces         @param   nameSpaces           the list of supported namespaces
         @param   supportedProperties  the list of supported properties         @param   supportedProperties  the list of supported properties
           @param   checkProvider        indicates whether provider acceptance is
                                             checked
           @param   provider             the provider (used if checkProvider True)
  
         @return   list of CIMInstance subscriptions         @return   list of CIMInstance subscriptions
      */      */
     Array <CIMInstance> _getMatchingSubscriptions (     Array <CIMInstance> _getMatchingSubscriptions (
         const CIMName & supportedClass,         const CIMName & supportedClass,
         const Array <CIMNamespaceName> nameSpaces,         const Array <CIMNamespaceName> nameSpaces,
         const CIMPropertyList & supportedProperties);          const CIMPropertyList & supportedProperties,
           const Boolean checkProvider = FALSE,
           const CIMInstance & provider = CIMInstance ());
  
     /**     /**
         Retrieves lists of enabled subscription instances in all namespaces         Retrieves lists of enabled subscription instances in all namespaces


Legend:
Removed from v.1.41  
changed lines
  Added in v.1.42

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2