phoneapp/phoneuistates/inc/cphonesingleandwaiting.h
changeset 76 cfea66083b62
parent 74 d1c62c765e48
equal deleted inserted replaced
74:d1c62c765e48 76:cfea66083b62
   137         /**
   137         /**
   138         *  Handles received EPEMessageDisconnecting message from Phone Engine.
   138         *  Handles received EPEMessageDisconnecting message from Phone Engine.
   139         * @param aCallId: the call id of the call
   139         * @param aCallId: the call id of the call
   140         */
   140         */
   141         void HandleDisconnectingL( TInt aCallId );
   141         void HandleDisconnectingL( TInt aCallId );
   142 
       
   143         /**
       
   144         *  Handles received EPhoneCmdUpdateUiControls command.
       
   145         */
       
   146         void UpdateUiControlsL();
       
   147         
       
   148         /**
       
   149          * Updates call bubble and ui commands
       
   150          */
       
   151         void UpdateBubbleAndUICommandsL( TInt aCallId );
       
   152         
   142         
   153     private: //Data
   143     private: //Data
   154             
   144             
   155         // Store single call id
   145         // Store single call id
   156         TInt iSingleCallId;
   146         TInt iSingleCallId;