--- a/fep/aknfep/inc/AknFepManager.h Wed Mar 31 22:08:20 2010 +0300
+++ b/fep/aknfep/inc/AknFepManager.h Wed Apr 14 16:18:34 2010 +0300
@@ -900,6 +900,8 @@
*/
TBool EditorHasFreeSpace( TInt aNumberOfCharacter = 0 ) const;
TBool IsSpecialNumericEditor();
+
+ void TryPopExactWordInICFL();
private:
@@ -1010,6 +1012,11 @@
*/
void HandleShiftQwertyChineseL(TEventCode aEventCode);
#endif //RD_INTELLIGENT_TEXT_INPUT
+
+ void GetCandidatesWithIndexL(CDesCArray* aArray,
+ TInt& aActiveIdx, TInt& aSecondaryIdx);
+ void TryPopExactWordInOtherPlaceL();
+
/**
* Launches the insert word query in western predictive text mode
*/
@@ -1631,6 +1638,8 @@
void CommitInlineEditL();
TBool GetIndicatorImgID(TInt& aIndicatorImgID, TInt& aIndicatorTextID);
+
+ TInt CurrentInputLangCode();
inline TFepSymbolOfHardwareOne SymbolInfoOfHardKey1();
public: