diff -r ebd48d2de13c -r ecbabf52600f textinput/ptienginev2/inc/PtiEngineImpl.h --- a/textinput/ptienginev2/inc/PtiEngineImpl.h Tue Aug 31 15:31:50 2010 +0300 +++ b/textinput/ptienginev2/inc/PtiEngineImpl.h Wed Sep 01 12:23:33 2010 +0100 @@ -223,14 +223,16 @@ RArray& aResult, TBool aUseExtendedSet, TPtiKeyboardType aKeyboardtype = EPtiKeyboardNone); - TPtiKeyboardType ActiveKeyboardTypeL(); + TPtiKeyboardType ActiveKeyboardType() const; TPtiKeyboardType FindFirstAvailableQwertyKeyboardType(TInt aLang) const; TPtiTextCase CaseForMappedCharacter(TChar aCharacter); void RemoveTrailingPunctuations(); void RemoveTrailingPunctuations12Key(); + void OnInputModeChanged(TPtiEngineInputMode aOldMode, TPtiEngineInputMode aNewMode); #ifdef FF_DUAL_LANGUAGE_SUPPORT void SearchKeySequenceInSecLang(TPtrC aIn, TDes8& aOut); #endif // FF_DUAL_LANGUAGE_SUPPORT + TBool IsCurrentCoreSupportCaseInfo(); private: /* * Pointer to PtiEngine front end.