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

Diff for /pegasus/src/Pegasus/IndicationService/IndicationService.cpp between version 1.96 and 1.97

version 1.96, 2003/10/30 17:13:38 version 1.97, 2003/10/30 17:19:33
Line 147 
Line 147 
     if ( req->getType() == async_messages::CIMSERVICE_STOP )     if ( req->getType() == async_messages::CIMSERVICE_STOP )
     {     {
         req->op->processing();         req->op->processing();
         handle_CimServiceStop(static_cast<CimServiceStop *>(req));  
  
         //         //
         //  Call _terminate         //  Call _terminate
         //         //
         _terminate ();         _terminate ();
   
           handle_CimServiceStop(static_cast<CimServiceStop *>(req));
     }     }
     else if (req->getType () == async_messages::CIMSERVICE_START)     else if (req->getType () == async_messages::CIMSERVICE_START)
     {     {


Legend:
Removed from v.1.96  
changed lines
  Added in v.1.97

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2