diff -r c84cf270c54f -r 92ab7f8d0eab phoneapp/phoneuistates/inc/cphonetwosinglesandwaiting.h --- a/phoneapp/phoneuistates/inc/cphonetwosinglesandwaiting.h Tue Feb 02 00:10:04 2010 +0200 +++ b/phoneapp/phoneuistates/inc/cphonetwosinglesandwaiting.h Fri Mar 19 09:28:42 2010 +0200 @@ -72,7 +72,15 @@ * @param aErrorInfo: the error info */ IMPORT_C virtual void HandleErrorL( - const TPEErrorInfo& aErrorInfo ); + const TPEErrorInfo& aErrorInfo ); + +// <-- QT PHONE START --> + /** + * Handles user selected UI commands. + * @param aCommand - selected command + */ + TBool HandleCommandL( TInt aCommand ); +// <-- QT PHONE END --> protected: @@ -111,6 +119,13 @@ */ void HandleNumberEntryClearedL(); +// <-- QT PHONE START --> + /** + * Handles received EPhoneCmdUpdateUiControls command. + */ + void UpdateUiControlsL(); +// <-- QT PHONE END --> + // call id of ringing call TInt iRingingCallId; };