uifw/AknGlobalUI/AknCapServer/src/AknCapServerEntry.cpp
changeset 58 ca0622003710
parent 26 62ef28f7b435
child 63 766eec733c2b
equal deleted inserted replaced
49:31c16e0c5e3e 58:ca0622003710
    71 #ifdef RD_UI_TRANSITION_EFFECTS_LAYOUT_SWITCH
    71 #ifdef RD_UI_TRANSITION_EFFECTS_LAYOUT_SWITCH
    72     #include <gfxtranseffect/gfxtranseffect.h>
    72     #include <gfxtranseffect/gfxtranseffect.h>
    73     #include <akntranseffect.h> // for Transition effect enumerations
    73     #include <akntranseffect.h> // for Transition effect enumerations
    74 #endif
    74 #endif
    75 
    75 
    76 #ifdef SYMBIAN_BUILD_GCE
       
    77     #include <alf/alfclientbase.h>
       
    78 #endif    
       
    79 
       
    80 #ifdef RD_INTELLIGENT_TEXT_INPUT
    76 #ifdef RD_INTELLIGENT_TEXT_INPUT
    81 #include <AvkonInternalCRKeys.h>
    77 #include <AvkonInternalCRKeys.h>
    82 
    78 
    83 #include "akncapserverdiscreetpopuphandler.h"
    79 #include "akncapserverdiscreetpopuphandler.h"
    84 
    80 
   226     // we panic here if something goes wrong as startup will fail anyway.
   222     // we panic here if something goes wrong as startup will fail anyway.
   227     __ASSERT_ALWAYS(err==KErrNone, User::Invariant());
   223     __ASSERT_ALWAYS(err==KErrNone, User::Invariant());
   228 
   224 
   229     me->iEikSrv.AllowNotifierAppServersToLoad();
   225     me->iEikSrv.AllowNotifierAppServersToLoad();
   230     me->iEikSrv.Close(); // currently there is no use to keep this session alive.
   226     me->iEikSrv.Close(); // currently there is no use to keep this session alive.
   231     
   227 
   232 #ifdef SYMBIAN_BUILD_GCE
       
   233     TRAP(err, CAlfAsynchStartup::StartL());
       
   234 #endif     
       
   235     
       
   236     return err;
   228     return err;
   237     }
   229     }
   238 
   230 
   239 void CAknCapAppServerAppUi::LoadAlternateFsPlugin()
   231 void CAknCapAppServerAppUi::LoadAlternateFsPlugin()
   240     {
   232     {