phoneapp/phoneuistates/inc/cphonesingleandcallsetupandwaiting.h
branchRCL_3
changeset 25 5266b1f337bd
parent 24 41a7f70b3818
--- a/phoneapp/phoneuistates/inc/cphonesingleandcallsetupandwaiting.h	Tue Aug 31 15:14:29 2010 +0300
+++ b/phoneapp/phoneuistates/inc/cphonesingleandcallsetupandwaiting.h	Wed Sep 01 12:30:10 2010 +0100
@@ -64,7 +64,14 @@
             TPhoneKeyEventMessages aMessage,
             TKeyCode aCode );
 
-            
+        /**
+        * HandleError
+        * Implements error handling framework
+        * @param aErrorInfo: the error info
+        */
+        IMPORT_C virtual void HandleErrorL( 
+            const TPEErrorInfo& aErrorInfo ); 
+
     protected:
 
         /**
@@ -80,6 +87,11 @@
         */
         virtual void ConstructL();
         
+        /**
+        * Open menu bar
+        */
+        virtual void OpenMenuBarL();
+        
         virtual void UpdateInCallCbaL();
             
      private: