diff -r b1ea1642412e -r ac7e4d1d9209 textinput/peninputsplitqwerty/inc/peninputsplitqwertylayout.h --- a/textinput/peninputsplitqwerty/inc/peninputsplitqwertylayout.h Thu Jul 15 19:01:13 2010 +0300 +++ b/textinput/peninputsplitqwerty/inc/peninputsplitqwertylayout.h Thu Aug 19 10:15:25 2010 +0300 @@ -113,6 +113,13 @@ */ virtual ~CPeninputSplitQwertyLayout(); + /** + * Check if ITI is enabled. + * + * @return ETrue if ITI is enabled. + */ + inline TBool IsEnableITI() const; + public: // From base class CPeninputCommonLayout /** @@ -277,5 +284,12 @@ TBool iITIEnabled; }; +/** +* Check if ITI is enabled. +*/ +inline TBool CPeninputSplitQwertyLayout::IsEnableITI() const + { + return iITIEnabled; + } #endif // C_PENINPUTSPLITQWERTYLAYOUT_H