(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.16 and 1.17

version 1.16, 2002/04/09 00:10:36 version 1.17, 2002/04/09 22:49:10
Line 671 
Line 671 
         If no indication providers are found, condition and queryLanguage are         If no indication providers are found, condition and queryLanguage are
         set to empty string.         set to empty string.
  
         @param   nameSpace             Input namespace name          @param   nameSpace             Input namespace name (of subscription)
         @param   subscription          Input subscription instance         @param   subscription          Input subscription instance
         @param   indicationProviders   Output list of providers with associated         @param   indicationProviders   Output list of providers with associated
                                            classes                                            classes
         @param   propertyList          Output list of properties required by the         @param   propertyList          Output list of properties required by the
                                            subscription                                            subscription
           @param   sourceNameSpace       Output source namespace for filter query
         @param   condition             Output condition part of the filter query         @param   condition             Output condition part of the filter query
         @param   queryLanguage         Output query language in which the filter         @param   queryLanguage         Output query language in which the filter
                                            query is expressed                                            query is expressed
Line 686 
Line 687 
         const CIMInstance & subscriptionInstance,         const CIMInstance & subscriptionInstance,
         Array <ProviderClassList> & indicationProviders,         Array <ProviderClassList> & indicationProviders,
         CIMPropertyList & propertyList,         CIMPropertyList & propertyList,
           String & sourceNameSpace,
         String & condition,         String & condition,
         String & queryLanguage);         String & queryLanguage);
  
Line 693 
Line 695 
         Gets the parameter values required to create or modify the subscription         Gets the parameter values required to create or modify the subscription
         request.         request.
  
         @param   nameSpace             Input namespace name          @param   nameSpace             Input namespace name (of subscription)
         @param   subscription          Input subscription instance         @param   subscription          Input subscription instance
         @param   propertyList          Output list of properties required by the         @param   propertyList          Output list of properties required by the
                                            subscription                                            subscription
           @param   sourceNameSpace       Output source namespace for filter query
         @param   condition             Output condition part of the filter query         @param   condition             Output condition part of the filter query
         @param   queryLanguage         Output query language in which the filter         @param   queryLanguage         Output query language in which the filter
                                            query is expressed                                            query is expressed
Line 705 
Line 708 
         const String & nameSpaceName,         const String & nameSpaceName,
         const CIMInstance & subscriptionInstance,         const CIMInstance & subscriptionInstance,
         CIMPropertyList & propertyList,         CIMPropertyList & propertyList,
           String & sourceNameSpace,
         String & condition,         String & condition,
         String & queryLanguage);         String & queryLanguage);
  


Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2