phoneapp/phoneuistates/src/cphonecallsetup.cpp
branchRCL_3
changeset 26 8baf28733c3d
parent 25 5266b1f337bd
--- a/phoneapp/phoneuistates/src/cphonecallsetup.cpp	Wed Sep 01 12:30:10 2010 +0100
+++ b/phoneapp/phoneuistates/src/cphonecallsetup.cpp	Tue Sep 14 21:18:17 2010 +0300
@@ -158,7 +158,7 @@
     // when the remote party receives the call. So, in CDMA, the user
     // should still be able to cancel the MO call before the call is connected.
     __LOGMETHODSTARTEND( EPhoneUIStates, "CPhoneCallSetup::HandleConnectingL()");
-    BeginUiUpdateLC();
+    TransitionHandlerL().BeginUiUpdateLC();
     UpdateRemoteInfoDataL ( aCallId );
     
     SetNeedToReturnToForegroundAppStatusL( EFalse );
@@ -187,7 +187,7 @@
 
     SetToolbarButtonLoudspeakerEnabled();
 
-    EndUiUpdate();
+    TransitionHandlerL().EndUiUpdate();
     
     UpdateCbaL( EPhoneCallHandlingInCallCBA );
     iStateMachine->ChangeState( EPhoneStateAlerting );