diff -r 941195f2d488 -r a8834a2e9a96 uifw/EikStd/srvuisrc/EIKSRVUI.CPP --- a/uifw/EikStd/srvuisrc/EIKSRVUI.CPP Tue May 25 12:58:19 2010 +0300 +++ b/uifw/EikStd/srvuisrc/EIKSRVUI.CPP Wed Jun 09 09:58:37 2010 +0300 @@ -624,13 +624,12 @@ EXPORT_C void CEikServAppUiBase::HandleThreadExitL(RThread& aThread) { - _LIT(KAppArcServerThread, "AppArcServerThread"); if (aThread.Name() == ASCliDefinitions::ServerAndThreadName()) // alarm server died { aThread.Close(); // need to Close() before restarting with same name iServerToRestart |= EAlwlSvr; // restarted under active object } - else if (aThread.Name() == KAppArcServerThread) // AppArc server died + else if (aThread.Name()==NameApaServServerThread()) // AppArc server died { aThread.Close(); iServerToRestart|=EApaSvr;