equal
deleted
inserted
replaced
412 else |
412 else |
413 { |
413 { |
414 TUid dtor_ID_Key; |
414 TUid dtor_ID_Key; |
415 CAknFepPenInputImePlugin* pIme = NULL; |
415 CAknFepPenInputImePlugin* pIme = NULL; |
416 |
416 |
417 TRAP_IGNORE(pIme = REINTERPRET_CAST(CAknFepPenInputImePlugin*, |
417 TRAP_IGNORE( |
418 REComSession::CreateImplementationL(TUid::Uid(aImeImplId), dtor_ID_Key, aPenServer))); |
418 TAny* obj = REComSession::CreateImplementationL(TUid::Uid(aImeImplId), dtor_ID_Key, aPenServer); |
419 |
419 pIme = REINTERPRET_CAST(CAknFepPenInputImePlugin*, obj ); |
|
420 ); |
420 if( pIme ) |
421 if( pIme ) |
421 { |
422 { |
422 pIme->iDtor_ID_Key = dtor_ID_Key; |
423 pIme->iDtor_ID_Key = dtor_ID_Key; |
423 } |
424 } |
424 |
425 |