textinput/ptienginev2/inc/PtiEngineImpl.h
branchRCL_3
changeset 44 ecbabf52600f
parent 43 ebd48d2de13c
child 46 bd83ceabce89
--- 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<TPtiNumericKeyBinding>& 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.