fep/aknfep/src/AknFepLanguageManager.cpp
branchRCL_3
changeset 5 a47de9135b21
parent 0 eb1f2e154e89
child 7 6defe5d1bd39
--- a/fep/aknfep/src/AknFepLanguageManager.cpp	Fri Feb 19 23:09:27 2010 +0200
+++ b/fep/aknfep/src/AknFepLanguageManager.cpp	Fri Mar 12 15:44:07 2010 +0200
@@ -414,9 +414,10 @@
         TUid dtor_ID_Key;
         CAknFepPenInputImePlugin* pIme = NULL;
 
-        TRAP_IGNORE(pIme = REINTERPRET_CAST(CAknFepPenInputImePlugin*, 
-              REComSession::CreateImplementationL(TUid::Uid(aImeImplId), dtor_ID_Key, aPenServer)));
-
+        TRAP_IGNORE( 
+        		TAny* obj = REComSession::CreateImplementationL(TUid::Uid(aImeImplId), dtor_ID_Key, aPenServer);
+				pIme = REINTERPRET_CAST(CAknFepPenInputImePlugin*, obj );
+        );
         if( pIme )
             {
             pIme->iDtor_ID_Key = dtor_ID_Key;