fep/aknfep/inc/AknFepPluginManager.h
branchRCL_3
changeset 9 e6a39382bb9c
parent 8 4eb1ae11334f
child 11 c8fb4cf7b3ae
--- a/fep/aknfep/inc/AknFepPluginManager.h	Wed Apr 14 16:18:34 2010 +0300
+++ b/fep/aknfep/inc/AknFepPluginManager.h	Tue Apr 27 16:59:43 2010 +0300
@@ -85,7 +85,8 @@
     EPluginSwitchToPortrait,
     EPluginSwitchToLandscape,
     EPluginSwitchMode,
-    EPluginUpdatePenInputITIStatus
+    EPluginUpdatePenInputITIStatus,
+	EPluginEnableFetchDimState
     };
 
 /** 
@@ -844,6 +845,8 @@
     TBool IsEditorSupportSplitIme();
     
     void SetICFTextForSpellL();
+    
+    void SendMatchListCmd(const RArray<TPtrC>& aList);
 private:    // Data
     
     /**
@@ -1056,6 +1059,16 @@
 
     CConnectAo* iConnectAo;
     TBool iInSpellMode;
+	
+    /**
+     * Indicate if need fetch the dim state from peninputserver
+     */ 	
+	TBool iNeedFetchDimState;
+
+    /**
+     * save the current dim state
+     */ 	
+    TBool iCurrentDimState;
     };
 
 class CConnectAo : public CActive