diff -r 4eb1ae11334f -r e6a39382bb9c fep/aknfep/inc/AknFepPluginManager.h --- 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& 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