phoneapp/phoneuicontrol/src/cphonereconnectquery.cpp
changeset 21 92ab7f8d0eab
parent 0 5f000ab63145
child 22 6bb1b21d2484
--- a/phoneapp/phoneuicontrol/src/cphonereconnectquery.cpp	Tue Feb 02 00:10:04 2010 +0200
+++ b/phoneapp/phoneuicontrol/src/cphonereconnectquery.cpp	Fri Mar 19 09:28:42 2010 +0200
@@ -17,7 +17,9 @@
 
 
 // INCLUDE FILES
-#include <mcauireconnectqueryobserver.h>
+// <-- QT PHONE START -->
+//#include <mcauireconnectqueryobserver.h>
+// <-- QT PHONE END -->
 #include <mpeengineinfo.h>
 
 #include "cphonereconnectquery.h"
@@ -28,8 +30,10 @@
 #include "cphonestatehandle.h"
 #include "tphonecmdparamboolean.h"
 #include "tphonecmdparaminteger.h"
-#include "tphonecmdparammessageeditor.h"
-#include "tphonecmdparamreconnectquery.h"
+// <-- QT PHONE START -->
+//#include "tphonecmdparammessageeditor.h"
+//#include "tphonecmdparamreconnectquery.h"
+// <-- QT PHONE END -->
 #include "cphonemainresourceresolver.h"
 
 // ================= MEMBER FUNCTIONS =======================
@@ -107,8 +111,8 @@
 void CPhoneReconnectQuery::HandleTimeOutL()
     {
     __LOGMETHODSTARTEND( EPhoneControl, "CPhoneReconnectQuery::HandleTimeOutL( ) ");
-
-    TPhoneCmdParamReconnectQuery reconQueryParam( *this );
+// <-- QT PHONE START -->
+/* TPhoneCmdParamReconnectQuery reconQueryParam( *this );
     // Recipient number to CallUIs reconnect query in case message selected
     TPtrC phoneNumber( CPhoneStateHandle::Instance()->StateMachine()->
         PhoneEngineInfo()->PhoneNumber() );
@@ -117,7 +121,9 @@
     // Display reconnect query
     CPhoneStateHandle::Instance()->ViewCommandHandle()->
         ExecuteCommandL( EPhoneViewShowQuery, &reconQueryParam );
-    iDisplayingQuery = ETrue;
+    iDisplayingQuery = ETrue;*/
+// <-- QT PHONE END -->
+
     }
 
 // -----------------------------------------------------------
@@ -155,7 +161,7 @@
             // CallUi launches message editor
             break;
 
-		default:
+        default:
             // Do nothing
             break;
         }
@@ -172,7 +178,7 @@
     TPhoneCmdParamBoolean booleanParam;
     booleanParam.SetBoolean( ETrue );
     CPhoneStateHandle::Instance()->ViewCommandHandle()->
-    	ExecuteCommandL( EPhoneViewSetNumberEntryVisible, &booleanParam );
+        ExecuteCommandL( EPhoneViewSetNumberEntryVisible, &booleanParam );
 
     // Set Number Entry CBA
     TPhoneCmdParamInteger integerParam;