phoneapp/phoneuistates/inc/cphoneconferenceandsingleandwaiting.h
branchRCL_3
changeset 62 5266b1f337bd
parent 61 41a7f70b3818
--- a/phoneapp/phoneuistates/inc/cphoneconferenceandsingleandwaiting.h	Tue Aug 31 15:14:29 2010 +0300
+++ b/phoneapp/phoneuistates/inc/cphoneconferenceandsingleandwaiting.h	Wed Sep 01 12:30:10 2010 +0100
@@ -62,9 +62,13 @@
             TPhoneKeyEventMessages aMessage,
             TKeyCode aCode );
 
-        virtual void HandleKeyEventL( 
-            const TKeyEvent& aKeyEvent,
-            TEventCode aEventCode );
+        /**
+        * HandleError
+        * Implements error handling framework
+        * @param aErrorInfo: the error info
+        */
+        IMPORT_C virtual void HandleErrorL( 
+            const TPEErrorInfo& aErrorInfo ); 
         
     protected:
 
@@ -81,6 +85,8 @@
         */
         virtual void ConstructL();
         
+        virtual void OpenMenuBarL();
+        
         virtual void HandleIdleL( TInt aCallId );
         
         virtual void HandleConferenceIdleL();