--- a/phoneapp/phoneuistates/inc/cphonecallsetupandwaiting.h Tue Aug 31 15:14:29 2010 +0300
+++ b/phoneapp/phoneuistates/inc/cphonecallsetupandwaiting.h Wed Sep 01 12:30:10 2010 +0100
@@ -60,6 +60,14 @@
const TInt aMessage,
TInt aCallId );
+ /**
+ * HandleError
+ * Implements error handling framework
+ * @param aErrorInfo: the error info
+ */
+ IMPORT_C virtual void HandleErrorL(
+ const TPEErrorInfo& aErrorInfo );
+
protected:
/**
@@ -75,6 +83,10 @@
*/
virtual void ConstructL();
+ /**
+ * Open menu bar
+ */
+ virtual void OpenMenuBarL();
virtual void UpdateInCallCbaL();