textinput/peninputsplitqwerty/inc/peninputsplitqwertylayout.h
branchRCL_3
changeset 19 ac7e4d1d9209
parent 3 f5a1e66df979
--- 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