(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.57 and 1.58

version 1.57, 2004/04/29 14:54:21 version 1.58, 2004/05/27 23:47:10
Line 611 
Line 611 
                                            subscription                                            subscription
         @param   sourceNameSpace       Output source namespace for filter query         @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   query                 Output 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 622 
Line 623 
         CIMPropertyList & propertyList,         CIMPropertyList & propertyList,
         CIMNamespaceName & sourceNameSpace,         CIMNamespaceName & sourceNameSpace,
         String & condition,         String & condition,
           String & query,
         String & queryLanguage);         String & queryLanguage);
  
     /**     /**
Line 636 
Line 638 
                                            subscription                                            subscription
         @param   sourceNameSpace       Output source namespace for filter query         @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   query                 Output 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 646 
Line 649 
         CIMPropertyList & propertyList,         CIMPropertyList & propertyList,
         CIMNamespaceName & sourceNameSpace,         CIMNamespaceName & sourceNameSpace,
         String & condition,         String & condition,
           String & query,
         String & queryLanguage);         String & queryLanguage);
  
     /**     /**
Line 688 
Line 692 
         @param   propertyList          the properties referenced by the         @param   propertyList          the properties referenced by the
                                            subscription                                            subscription
         @param   condition             the condition part of the filter query         @param   condition             the condition part of the filter query
           @param   query                 the filter query
         @param   queryLanguage         the query language in which the filter         @param   queryLanguage         the query language in which the filter
                                            query is expressed                                            query is expressed
         @param   subscription          the subscription to be created         @param   subscription          the subscription to be created
Line 708 
Line 713 
         const CIMNamespaceName & nameSpace,         const CIMNamespaceName & nameSpace,
         const CIMPropertyList & propertyList,         const CIMPropertyList & propertyList,
         const String & condition,         const String & condition,
           const String & query,
         const String & queryLanguage,         const String & queryLanguage,
         const CIMInstance & subscription,         const CIMInstance & subscription,
         const AcceptLanguages & acceptLangs,         const AcceptLanguages & acceptLangs,
Line 739 
Line 745 
         @param   propertyList          the properties referenced by the         @param   propertyList          the properties referenced by the
                                            subscription                                            subscription
         @param   condition             the condition part of the filter query         @param   condition             the condition part of the filter query
           @param   query                 the filter query
         @param   queryLanguage         the query language in which the filter         @param   queryLanguage         the query language in which the filter
                                            query is expressed                                            query is expressed
         @param   subscription          the subscription to be modified         @param   subscription          the subscription to be modified
Line 755 
Line 762 
         const CIMNamespaceName & nameSpace,         const CIMNamespaceName & nameSpace,
         const CIMPropertyList & propertyList,         const CIMPropertyList & propertyList,
         const String & condition,         const String & condition,
           const String & query,
         const String & queryLanguage,         const String & queryLanguage,
         const CIMInstance & subscription,         const CIMInstance & subscription,
         const AcceptLanguages & acceptLangs,         const AcceptLanguages & acceptLangs,


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2