diff -r 31c16e0c5e3e -r ca0622003710 uifw/AknGlobalUI/AknCapServer/src/AknCapServerEntry.cpp --- a/uifw/AknGlobalUI/AknCapServer/src/AknCapServerEntry.cpp Wed Aug 18 10:02:14 2010 +0300 +++ b/uifw/AknGlobalUI/AknCapServer/src/AknCapServerEntry.cpp Thu Sep 02 20:41:15 2010 +0300 @@ -73,10 +73,6 @@ #include // for Transition effect enumerations #endif -#ifdef SYMBIAN_BUILD_GCE - #include -#endif - #ifdef RD_INTELLIGENT_TEXT_INPUT #include @@ -228,11 +224,7 @@ me->iEikSrv.AllowNotifierAppServersToLoad(); me->iEikSrv.Close(); // currently there is no use to keep this session alive. - -#ifdef SYMBIAN_BUILD_GCE - TRAP(err, CAlfAsynchStartup::StartL()); -#endif - + return err; }