phoneapp/phoneuistates/inc/cphoneconferenceandwaiting.h
changeset 21 92ab7f8d0eab
parent 0 5f000ab63145
child 22 6bb1b21d2484
--- a/phoneapp/phoneuistates/inc/cphoneconferenceandwaiting.h	Tue Feb 02 00:10:04 2010 +0200
+++ b/phoneapp/phoneuistates/inc/cphoneconferenceandwaiting.h	Fri Mar 19 09:28:42 2010 +0200
@@ -61,11 +61,18 @@
         virtual void HandleKeyMessageL(
             TPhoneKeyEventMessages aMessage,
             TKeyCode aCode );
-     
+            
         virtual void HandleKeyEventL(
             const TKeyEvent& aKeyEvent,
             TEventCode aEventCode );
-        
+        // <-- QT PHONE START -->        
+        /**
+        * Handles user selected UI commands.
+        * @param aCommand - selected command
+        */    
+        TBool HandleCommandL( TInt aCommand );
+        // <-- QT PHONE END -->     
+
     protected:
 
         /**
@@ -99,6 +106,13 @@
          void HandleDiallingL( TInt aCallId );
          
          void HandleWentOneToOneL( TInt aCallId );
+         
+         // <-- QT PHONE START -->
+         /**
+         *  Handles received EPhoneCmdUpdateUiControls command.
+         */
+         void UpdateUiControlsL();
+         // <-- QT PHONE END -->   
       
      private:
         TInt iRingingCallId;