--- a/phoneuis/dialer/inc/cdialer.h Thu Jul 15 18:38:16 2010 +0300
+++ b/phoneuis/dialer/inc/cdialer.h Thu Aug 19 09:54:27 2010 +0300
@@ -434,6 +434,9 @@
void OnPeninputUiActivated();
private: // Data
+
+ // Component controls of dialer.
+ RPointerArray<CCoeControl> iComponentControls;
// Keypad container - owned
CDialerKeyPadContainer* iKeypadArea;
@@ -479,6 +482,11 @@
* Is qwerty mode on.
*/
TBool iQwertyMode;
+
+ /**
+ * Is hybrid keyboard mode used.
+ */
+ TBool iHybridKeyboardMode;
/**
* Server wich sends events via callback when the virtual keyboard is opened/closed.