--- a/phoneapp/phoneuistates/inc/cphonetwosinglesandwaiting.h Tue Aug 31 15:14:29 2010 +0300
+++ b/phoneapp/phoneuistates/inc/cphonetwosinglesandwaiting.h Wed Sep 01 12:30:10 2010 +0100
@@ -53,10 +53,6 @@
TPhoneKeyEventMessages aMessage,
TKeyCode aCode );
- virtual void HandleKeyEventL(
- const TKeyEvent& aKeyEvent,
- TEventCode aEventCode );
-
/**
* A message handling function for Phone Engine messages
* @param aMessage Message from Phone Engine
@@ -72,13 +68,7 @@
* @param aErrorInfo: the error info
*/
IMPORT_C virtual void HandleErrorL(
- const TPEErrorInfo& aErrorInfo );
-
- /**
- * Handles user selected UI commands.
- * @param aCommand - selected command
- */
- TBool HandleCommandL( TInt aCommand );
+ const TPEErrorInfo& aErrorInfo );
protected:
@@ -94,6 +84,11 @@
* ConstructL()
*/
virtual void ConstructL();
+
+ /**
+ * Open menu bar
+ */
+ virtual void OpenMenuBarL();
virtual void HandleConnectedConferenceL( TInt aCallId );
@@ -112,11 +107,6 @@
*/
void HandleNumberEntryClearedL();
- /**
- * Handles received EPhoneCmdUpdateUiControls command.
- */
- void UpdateUiControlsL();
-
// call id of ringing call
TInt iRingingCallId;
};