phoneapp/phoneuistates/inc/cphonetwosinglesandwaiting.h
changeset 21 92ab7f8d0eab
parent 0 5f000ab63145
child 22 6bb1b21d2484
--- 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;
     };