phoneapp/phoneuistates/src/cphonecallsetup.cpp
changeset 77 2be0b271d017
parent 72 c76a0b1755b9
child 76 cfea66083b62
equal deleted inserted replaced
72:c76a0b1755b9 77:2be0b271d017
   158     TPhoneCmdParamBoolean booleanParam;
   158     TPhoneCmdParamBoolean booleanParam;
   159     booleanParam.SetBoolean( ETrue );
   159     booleanParam.SetBoolean( ETrue );
   160     iViewCommandHandle->ExecuteCommand( EPhoneViewHsToForegroundAfterCall,
   160     iViewCommandHandle->ExecuteCommand( EPhoneViewHsToForegroundAfterCall,
   161         &booleanParam );
   161         &booleanParam );
   162     
   162     
   163     TPhoneCmdParamCallHeaderData callHeaderParam;
   163     iViewCommandHandle->ExecuteCommandL( EPhoneViewUpdateBubble, aCallId);
   164     callHeaderParam.SetCallState( EPEStateConnecting );
       
   165     iViewCommandHandle->ExecuteCommandL( EPhoneViewUpdateBubble, aCallId, 
       
   166         &callHeaderParam );
       
   167 
   164 
   168     SetToolbarButtonLoudspeakerEnabled();
   165     SetToolbarButtonLoudspeakerEnabled();
       
   166     UpdateUiCommands();
   169     EndUiUpdate();
   167     EndUiUpdate();
   170     UpdateCbaL( EPhoneCallHandlingInCallCBA );
       
   171     iStateMachine->ChangeState( EPhoneStateAlerting );
   168     iStateMachine->ChangeState( EPhoneStateAlerting );
   172     }
   169     }
   173 
   170 
   174 // End of File
   171 // End of File