connectionmonitoring/connmon/connectionmonitor/src/ConnMonServ.cpp
branchRCL_3
changeset 57 05bc53fe583b
parent 55 fc7b30ed2058
child 58 83ca720e2b9a
equal deleted inserted replaced
55:fc7b30ed2058 57:05bc53fe583b
   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 
   355     LOGIT("ConstructL: Server started successfully")
   363     LOGIT("ConstructL: Server started successfully")
   356     LOGEXITFN("CConnMonServer::ConstructL()")
   364     LOGEXITFN("CConnMonServer::ConstructL()")
   357     }
   365     }
   358 
   366 
   359 // -----------------------------------------------------------------------------
   367 // -----------------------------------------------------------------------------