(file) Return to IndicationHandlerService.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / HandlerService

Diff for /pegasus/src/Pegasus/HandlerService/IndicationHandlerService.h between version 1.25 and 1.26

version 1.25, 2006/07/24 06:28:40 version 1.26, 2006/08/08 17:21:57
Line 74 
Line 74 
  
       IndicationHandlerService(CIMRepository* repository);       IndicationHandlerService(CIMRepository* repository);
  
       IndicationHandlerService(void);  
   
       ~IndicationHandlerService(void) { } ;       ~IndicationHandlerService(void) { } ;
  
       virtual void _handle_async_request(AsyncRequest *req);       virtual void _handle_async_request(AsyncRequest *req);
Line 84 
Line 82 
  
       virtual void handleEnqueue(void);       virtual void handleEnqueue(void);
  
       static void _handleIndicationCallBack(AsyncOpNode *,  
                                             MessageQueue *,  
                                             void *);  
   
       AtomicInt dienow;       AtomicInt dienow;
  
    private:    private:
         IndicationHandlerService();  //  unimplemented
   
       CIMRepository* _repository;       CIMRepository* _repository;
  
       CIMHandleIndicationResponseMessage* _handleIndication(       CIMHandleIndicationResponseMessage* _handleIndication(
Line 100 
Line 96 
  
       CIMHandler* _lookupHandlerForClass(const CIMName& className);       CIMHandler* _lookupHandlerForClass(const CIMName& className);
  
       String _parseDestination(String dest);  
   
       Boolean _loadHandler(       Boolean _loadHandler(
           CIMHandleIndicationRequestMessage* request,           CIMHandleIndicationRequestMessage* request,
           CIMException & cimException);           CIMException & cimException);


Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2