connectionmonitoring/connmon/connectionmonitor/src/ConnMonServ.cpp
changeset 18 fcbbe021d614
parent 2 086aae6fc07e
child 52 bbe4544dfd31
equal deleted inserted replaced
4:77415202bfc8 18:fcbbe021d614
   324     LOGIT("ConstructL: CCellularDataUsageKeyUpdater constructed")
   324     LOGIT("ConstructL: CCellularDataUsageKeyUpdater constructed")
   325     
   325     
   326     // Identify ourselves and open for service
   326     // Identify ourselves and open for service
   327     StartL( KConnectionMonitorServerName );
   327     StartL( KConnectionMonitorServerName );
   328 
   328 
       
   329     //Start Indicator observer process
       
   330     _LIT(KIndicatorObserverExeFile,"indicatorobserver.exe");
       
   331     _LIT(KIndicatorObserverExeFileCmd,"");
       
   332     RProcess proc;
       
   333     User::LeaveIfError(proc.Create(KIndicatorObserverExeFile,KIndicatorObserverExeFileCmd));
       
   334     proc.Resume();
       
   335     proc.Close(); // Closes the handle, not the process.
       
   336 
   329     LOGIT("ConstructL: Server started successfully")
   337     LOGIT("ConstructL: Server started successfully")
   330     LOGEXITFN("CConnMonServer::ConstructL()")
   338     LOGEXITFN("CConnMonServer::ConstructL()")
   331     }
   339     }
   332 
   340 
   333 // -----------------------------------------------------------------------------
   341 // -----------------------------------------------------------------------------