--- a/fep/aknfep/inc/AknFepPluginManager.h Wed Mar 31 22:08:20 2010 +0300
+++ b/fep/aknfep/inc/AknFepPluginManager.h Wed Apr 14 16:18:34 2010 +0300
@@ -324,8 +324,7 @@
void SetFingerMatchSelectionState(TBool aMatchStateOn);
TBool IsVisible();
- TBool DoNextCandidates();
- void DoPreviousCandidates();
+
// send all predictive candidates at once
void ShowAllCandidates();
@@ -446,6 +445,7 @@
*/
void RemoveLastFocusedWinFromOpenList();
+ void SetInSpellModeFlag( TBool aFlag );
public: // inline
/**
@@ -943,8 +943,7 @@
RPointerArray<HBufC> iCandidateList;
TInt iCandidateIndex;
-
- TFepInputCandidateList iSendList;
+
TFepInputAllCandidates iSendAllList;
TBool iMatchState;
@@ -1056,6 +1055,7 @@
TInt iAlignment;
CConnectAo* iConnectAo;
+ TBool iInSpellMode;
};
class CConnectAo : public CActive