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

Diff for /pegasus/src/Pegasus/HandlerService/IndicationHandlerService.cpp between version 1.66 and 1.67

version 1.66, 2007/06/05 09:56:27 version 1.67, 2007/07/24 20:02:09
Line 57 
Line 57 
  
 void IndicationHandlerService::_handle_async_request(AsyncRequest* req) void IndicationHandlerService::_handle_async_request(AsyncRequest* req)
 { {
     if (req->getType() == async_messages::CIMSERVICE_STOP)      if (req->getType() == ASYNC_CIMSERVICE_STOP)
     {     {
         req->op->processing();         req->op->processing();
         handle_CimServiceStop(static_cast<CimServiceStop *>(req));         handle_CimServiceStop(static_cast<CimServiceStop *>(req));
     }     }
     else if (req->getType() == async_messages::ASYNC_LEGACY_OP_START)      else if (req->getType() == ASYNC_ASYNC_LEGACY_OP_START)
     {     {
         req->op->processing();         req->op->processing();
         AutoPtr<Message> legacy(         AutoPtr<Message> legacy(


Legend:
Removed from v.1.66  
changed lines
  Added in v.1.67

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2