phoneapp/phoneuiutils/src/cphoneqwertymodemonitor.cpp
changeset 21 92ab7f8d0eab
parent 0 5f000ab63145
child 22 6bb1b21d2484
--- a/phoneapp/phoneuiutils/src/cphoneqwertymodemonitor.cpp	Tue Feb 02 00:10:04 2010 +0200
+++ b/phoneapp/phoneuiutils/src/cphoneqwertymodemonitor.cpp	Fri Mar 19 09:28:42 2010 +0200
@@ -47,19 +47,22 @@
     // Current Call state.
     iQwertyMode = GetQwertyMode();
 
-    CPhonePubSubProxy::Instance()->NotifyChangeL(
+// <-- QT PHONE START-->
+/*    CPhonePubSubProxy::Instance()->NotifyChangeL(
         KCRUidAvkon, 
         KAknQwertyInputModeActive,
-        this );
+        this );*/
+     
 
      iKeyboard = GetKeyboard();
     
 #ifdef RD_INTELLIGENT_TEXT_INPUT
-    CPhonePubSubProxy::Instance()->NotifyChangeL(
+/*    CPhonePubSubProxy::Instance()->NotifyChangeL(
         KCRUidAvkon, 
         KAknKeyBoardLayout,
-        this );
+        this );*/
 #endif
+// <-- QT PHONE END-->
     }
 
 // -----------------------------------------------------------------------------
@@ -171,9 +174,10 @@
 TInt CPhoneQwertyModeMonitor::GetQwertyMode() const
     {
     // Get call state.
-    TInt qwertyMode( CPhonePubSubProxy::Instance()->Value(
+    /*TInt qwertyMode( CPhonePubSubProxy::Instance()->Value(
         KCRUidAvkon,
-        KAknQwertyInputModeActive ) );
+        KAknQwertyInputModeActive ) );*/
+    TInt qwertyMode(0);
     
     return qwertyMode;
     }
@@ -185,9 +189,12 @@
 TInt CPhoneQwertyModeMonitor::GetKeyboard() const
     {
     // Get call state.
-    TInt keyboard( CPhonePubSubProxy::Instance()->Value(
+// <-- QT PHONE START-->    
+/*    TInt keyboard( CPhonePubSubProxy::Instance()->Value(
         KCRUidAvkon,
-        KAknKeyBoardLayout ) );
+        KAknKeyBoardLayout ) );*/
+    TInt keyboard(0);
+// <-- QT PHONE END-->    
     
     return keyboard;
     }