(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.93 and 1.94

version 1.93, 2009/06/22 07:36:53 version 1.94, 2010/07/05 08:58:38
Line 226 
Line 226 
     Boolean _waitForAsyncRequestsComplete(     Boolean _waitForAsyncRequestsComplete(
         struct timeval* startTime,         struct timeval* startTime,
         Uint32 timeoutSeconds);         Uint32 timeoutSeconds);
       /**
           Sends the CIMNotifySubscriptionNotActiveRequestMessage to Handler
           service when subscription has been disabled/deleted/expired.
   
           @param  subscriptionName          The subscription instance path
       */
       void _sendSubscriptionNotActiveMessagetoHandlerService(
           const CIMObjectPath &subscriptionName);
   
       /**
           Sends the CIMNotifyListenerNotActiveRequestMessage to Handler
           service when listener has been deleted.
   
           @param  handlerName       handler/listener instance path
       */
       void _sendListenerNotActiveMessagetoHandlerService(
           const CIMObjectPath &handlerName);
 #endif #endif
   
     /**     /**
         Handles the CIM requests when IndicationService is not enabled. Very         Handles the CIM requests when IndicationService is not enabled. Very
         few requests are handled by IndicationService when not enabled.         few requests are handled by IndicationService when not enabled.


Legend:
Removed from v.1.93  
changed lines
  Added in v.1.94

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2