(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.31 and 1.32

version 1.31, 2002/09/13 21:40:42 version 1.32, 2003/03/12 21:45:08
Line 540 
Line 540 
         CIMNamespaceName & sourceNameSpace);         CIMNamespaceName & sourceNameSpace);
  
     /**     /**
         Retrieves the values of the filter query property          Retrieves the value of the filter query property
         for the specified subscription instance.         for the specified subscription instance.
  
         @param   subscription      Input subscription instance         @param   subscription      Input subscription instance
Line 625 
Line 625 
     /**     /**
         Checks if the property list includes all properties in the specified         Checks if the property list includes all properties in the specified
         class.  If so, a NULL CIMPropertyList is returned.  Otherwise, a         class.  If so, a NULL CIMPropertyList is returned.  Otherwise, a
         CIMPropertyList containing all the properties is returned.          CIMPropertyList containing the properties is returned.
  
         @param   propertyList          the list of property names         @param   propertyList          the list of property names
         @param   nameSpaceName         the namespace         @param   nameSpaceName         the namespace
Line 915 
Line 915 
         const String & authType = String::EMPTY);         const String & authType = String::EMPTY);
  
     /**     /**
         Generates a unique String key from the subscription instance name and          Generates a unique String key from the subscription namespace name and
         provider keys.          key values and provider key values.
  
         @param   subscription          the subscription named instance          @param   subscription          the subscription instance
         @param   provider              the provider instance         @param   provider              the provider instance
  
         @return  the generated key         @return  the generated key
      */      */
     String _generateKey (     String _generateKey (
         const CIMInstance & subscription,         const CIMInstance & subscription,
         const CIMInstance provider);          const CIMInstance & provider);
  
     /**     /**
         Inserts an entry into the subscription table.         Inserts an entry into the subscription table.
  
         @param   subscription          the subscription named instance          @param   subscription          the subscription instance
         @param   provider              the provider instance         @param   provider              the provider instance
         @param   classList             the list of class names         @param   classList             the list of class names
      */      */
Line 1012 
Line 1012 
     Uint32 _handlerService;     Uint32 _handlerService;
  
     /**     /**
         Integer representing queue ID for accessing Repository Service          FUTURE: Integer representing queue ID for accessing Repository Service
      */      */
     //Uint32 _repository;     //Uint32 _repository;
  


Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2