phoneapp/phoneuistates/inc/cphonesingleandwaiting.h
changeset 21 92ab7f8d0eab
parent 0 5f000ab63145
child 22 6bb1b21d2484
equal deleted inserted replaced
4:c84cf270c54f 21:92ab7f8d0eab
   111         virtual void UpdateInCallCbaL();
   111         virtual void UpdateInCallCbaL();
   112         
   112         
   113             
   113             
   114      private:
   114      private:
   115      
   115      
   116      	/**
   116         /**
   117      	* Unholds the call.
   117         * Unholds the call.
   118      	* @param aCallId - call id to unhold
   118         * @param aCallId - call id to unhold
   119      	*/
   119         */
   120         void HandleUnholdL( TInt aCallId );
   120         void HandleUnholdL( TInt aCallId );
   121      
   121      
   122      	/**
   122         /**
   123      	* Performs a state transition to Two Singles.
   123         * Performs a state transition to Two Singles.
   124      	* @param aCallId - call id that got connected
   124         * @param aCallId - call id that got connected
   125      	*/
   125         */
   126         void MakeStateTransitionToTwoSinglesL( TInt aCallId );
   126         void MakeStateTransitionToTwoSinglesL( TInt aCallId );
   127         
   127         
   128         /**
   128         /**
   129         * Handles received idle message from Phone Engine.
   129         * Handles received idle message from Phone Engine.
   130         * @param aCallId - call id that received the event
   130         * @param aCallId - call id that received the event
   163         /**
   163         /**
   164         *  Handles received EPEMessageDisconnecting message from Phone Engine.
   164         *  Handles received EPEMessageDisconnecting message from Phone Engine.
   165         * @param aCallId: the call id of the call
   165         * @param aCallId: the call id of the call
   166         */
   166         */
   167         void HandleDisconnectingL( TInt aCallId );
   167         void HandleDisconnectingL( TInt aCallId );
       
   168 
       
   169 // <-- QT PHONE START -->
       
   170         /**
       
   171         *  Handles received EPhoneCmdUpdateUiControls command.
       
   172         */
       
   173         void UpdateUiControlsL();
       
   174 // <-- QT PHONE END -->        
   168         
   175         
   169     private: //Data
   176     private: //Data
   170             
   177             
   171         // Store single call id
   178         // Store single call id
   172         TInt iSingleCallId;
   179         TInt iSingleCallId;