connectionmonitoring/connmon/connectionmonitor/src/ConnMonServ.cpp
branchRCL_3
changeset 58 83ca720e2b9a
parent 57 05bc53fe583b
equal deleted inserted replaced
57:05bc53fe583b 58:83ca720e2b9a
   350         }
   350         }
   351 
   351 
   352     // Identify ourselves and open for service
   352     // Identify ourselves and open for service
   353     StartL( KConnectionMonitorServerName );
   353     StartL( KConnectionMonitorServerName );
   354 
   354 
   355     //Start Indicator observer process
       
   356     _LIT(KIndicatorObserverExeFile,"indicatorobserver.exe");
       
   357     _LIT(KIndicatorObserverExeFileCmd,"");
       
   358     RProcess proc;
       
   359     User::LeaveIfError(proc.Create(KIndicatorObserverExeFile,KIndicatorObserverExeFileCmd));
       
   360     proc.Resume();
       
   361     proc.Close(); // Closes the handle, not the process.
       
   362 
       
   363     LOGIT("ConstructL: Server started successfully")
   355     LOGIT("ConstructL: Server started successfully")
   364     LOGEXITFN("CConnMonServer::ConstructL()")
   356     LOGEXITFN("CConnMonServer::ConstructL()")
   365     }
   357     }
   366 
   358 
   367 // -----------------------------------------------------------------------------
   359 // -----------------------------------------------------------------------------