diff -r c84cf270c54f -r 92ab7f8d0eab phoneapp/phoneuivoipextension/src/cphonevoiperrormessageshandler.cpp --- a/phoneapp/phoneuivoipextension/src/cphonevoiperrormessageshandler.cpp Tue Feb 02 00:10:04 2010 +0200 +++ b/phoneapp/phoneuivoipextension/src/cphonevoiperrormessageshandler.cpp Fri Mar 19 09:28:42 2010 +0200 @@ -21,7 +21,9 @@ #include #include -#include +// <-- QT PHONE START --> +//#include +// <-- QT PHONE END --> #include #include @@ -375,14 +377,15 @@ // ----------------------------------------------------------- // void CPhoneVoIPErrorMessagesHandler::ShowRegistrationErrorNotesL( - TInt aErrorCode ) + TInt /*aErrorCode*/ ) { __LOGMETHODSTARTEND( PhoneUIVoIPExtension, "CPhoneVoIPErrorMessagesHandler::ShowRegistrationErrorNotesL()" ); // Dismiss service enabling wait note iViewCommandHandle->ExecuteCommandL( EPhoneViewRemoveGlobalWaitNote ); - switch ( aErrorCode ) + // <-- QT PHONE START --> + /*switch ( aErrorCode ) { case KCCHErrorAccessPointNotDefined: { @@ -423,7 +426,6 @@ serviceId ); break; } - case KCCHErrorLoginFailed: default: { TUint32 serviceId = @@ -432,7 +434,8 @@ serviceId ); break; } - } + }*/ + // <-- QT PHONE END --> } // ---------------------------------------------------------