diff -r 05bc53fe583b -r 83ca720e2b9a connectionmonitoring/connmon/connectionmonitor/src/ConnMonServ.cpp --- a/connectionmonitoring/connmon/connectionmonitor/src/ConnMonServ.cpp Tue Aug 31 15:35:44 2010 +0300 +++ b/connectionmonitoring/connmon/connectionmonitor/src/ConnMonServ.cpp Wed Sep 01 12:23:51 2010 +0100 @@ -352,14 +352,6 @@ // Identify ourselves and open for service StartL( KConnectionMonitorServerName ); - //Start Indicator observer process - _LIT(KIndicatorObserverExeFile,"indicatorobserver.exe"); - _LIT(KIndicatorObserverExeFileCmd,""); - RProcess proc; - User::LeaveIfError(proc.Create(KIndicatorObserverExeFile,KIndicatorObserverExeFileCmd)); - proc.Resume(); - proc.Close(); // Closes the handle, not the process. - LOGIT("ConstructL: Server started successfully") LOGEXITFN("CConnMonServer::ConstructL()") }