fep/aknfep/inc/AknFepPluginManager.h
branchRCL_3
changeset 7 6defe5d1bd39
parent 6 6ceef9a83b1a
child 8 4eb1ae11334f
--- 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;
     };