uifw/AknGlobalUI/AknCapServer/src/AknCapServerEntry.cpp
changeset 53 3c67ea82fafc
parent 33 b3425bf29f82
child 63 766eec733c2b
--- a/uifw/AknGlobalUI/AknCapServer/src/AknCapServerEntry.cpp	Fri Aug 06 17:25:01 2010 +0800
+++ b/uifw/AknGlobalUI/AknCapServer/src/AknCapServerEntry.cpp	Tue Aug 17 18:16:43 2010 +0800
@@ -73,10 +73,6 @@
     #include <akntranseffect.h> // for Transition effect enumerations
 #endif
 
-#ifdef SYMBIAN_BUILD_GCE
-    #include <alf/alfclientbase.h>
-#endif    
-
 #ifdef RD_INTELLIGENT_TEXT_INPUT
 #include <AvkonInternalCRKeys.h>
 
@@ -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;
     }