diff -r 92ab7f8d0eab -r 6bb1b21d2484 phoneapp/phoneuicontrol/src/cphonereconnectquery.cpp --- a/phoneapp/phoneuicontrol/src/cphonereconnectquery.cpp Fri Mar 19 09:28:42 2010 +0200 +++ b/phoneapp/phoneuicontrol/src/cphonereconnectquery.cpp Fri Apr 16 14:58:25 2010 +0300 @@ -17,11 +17,7 @@ // INCLUDE FILES -// <-- QT PHONE START --> -//#include -// <-- QT PHONE END --> #include - #include "cphonereconnectquery.h" #include "phoneconstants.h" #include "phonelogger.h" @@ -30,10 +26,6 @@ #include "cphonestatehandle.h" #include "tphonecmdparamboolean.h" #include "tphonecmdparaminteger.h" -// <-- QT PHONE START --> -//#include "tphonecmdparammessageeditor.h" -//#include "tphonecmdparamreconnectquery.h" -// <-- QT PHONE END --> #include "cphonemainresourceresolver.h" // ================= MEMBER FUNCTIONS ======================= @@ -111,19 +103,6 @@ void CPhoneReconnectQuery::HandleTimeOutL() { __LOGMETHODSTARTEND( EPhoneControl, "CPhoneReconnectQuery::HandleTimeOutL( ) "); -// <-- QT PHONE START --> -/* TPhoneCmdParamReconnectQuery reconQueryParam( *this ); - // Recipient number to CallUIs reconnect query in case message selected - TPtrC phoneNumber( CPhoneStateHandle::Instance()->StateMachine()-> - PhoneEngineInfo()->PhoneNumber() ); - reconQueryParam.SetPhoneNumber( phoneNumber ); - reconQueryParam.SetIncludeVideoOption( iIncludeVideo ); - // Display reconnect query - CPhoneStateHandle::Instance()->ViewCommandHandle()-> - ExecuteCommandL( EPhoneViewShowQuery, &reconQueryParam ); - iDisplayingQuery = ETrue;*/ -// <-- QT PHONE END --> - } // -----------------------------------------------------------