equal
deleted
inserted
replaced
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 <goommonitor.h> |
|
78 #endif |
|
79 |
|
80 |
76 #ifdef RD_INTELLIGENT_TEXT_INPUT |
81 #ifdef RD_INTELLIGENT_TEXT_INPUT |
77 #include <AvkonInternalCRKeys.h> |
82 #include <AvkonInternalCRKeys.h> |
78 |
83 |
79 #include "akncapserverdiscreetpopuphandler.h" |
84 #include "akncapserverdiscreetpopuphandler.h" |
80 |
85 |
222 // we panic here if something goes wrong as startup will fail anyway. |
227 // we panic here if something goes wrong as startup will fail anyway. |
223 __ASSERT_ALWAYS(err==KErrNone, User::Invariant()); |
228 __ASSERT_ALWAYS(err==KErrNone, User::Invariant()); |
224 |
229 |
225 me->iEikSrv.AllowNotifierAppServersToLoad(); |
230 me->iEikSrv.AllowNotifierAppServersToLoad(); |
226 me->iEikSrv.Close(); // currently there is no use to keep this session alive. |
231 me->iEikSrv.Close(); // currently there is no use to keep this session alive. |
|
232 |
|
233 #ifdef SYMBIAN_BUILD_GCE |
|
234 TRAP( err, CreateGOOMWatcherThreadL()); |
|
235 if (err != KErrNone) |
|
236 { |
|
237 RDebug::Print(_L("Creating out of graphics mem thread failed with err %d"), err); |
|
238 } |
|
239 #endif |
227 |
240 |
228 return err; |
241 return err; |
229 } |
242 } |
230 |
243 |
231 void CAknCapAppServerAppUi::LoadAlternateFsPlugin() |
244 void CAknCapAppServerAppUi::LoadAlternateFsPlugin() |