diff -r 6ceef9a83b1a -r 6defe5d1bd39 fep/aknfep/inc/AknFepPluginManager.h --- a/fep/aknfep/inc/AknFepPluginManager.h Mon Mar 15 12:42:02 2010 +0200 +++ b/fep/aknfep/inc/AknFepPluginManager.h Wed Mar 31 22:08:20 2010 +0300 @@ -84,7 +84,8 @@ EPluginHideTooltip, EPluginSwitchToPortrait, EPluginSwitchToLandscape, - EPluginSwitchMode + EPluginSwitchMode, + EPluginUpdatePenInputITIStatus }; /** @@ -340,7 +341,7 @@ void DisplaySpellEditorL(const TInt aEditorFlag, const TDesC& aInitText, TCursorSelection aCurSel); - void DestroySpellEditor(); + void HideSpellEditor(); HBufC* SpellTextInput(); void SetTCursorSelection(); @@ -842,6 +843,7 @@ */ TBool IsEditorSupportSplitIme(); + void SetICFTextForSpellL(); private: // Data /** @@ -1051,9 +1053,7 @@ */ TBool iTooltipOpenOnFSQ; - // Modify for bug ELZG-7WZC35 begin TInt iAlignment; - // Modify for bug ELZG-7WZC35 end CConnectAo* iConnectAo; };