--- a/phoneapp/phoneuistates/src/cphoneconferenceandsingleandwaiting.cpp Wed Sep 15 12:12:21 2010 +0300
+++ b/phoneapp/phoneuistates/src/cphoneconferenceandsingleandwaiting.cpp Wed Oct 13 14:31:22 2010 +0300
@@ -198,7 +198,7 @@
{
__LOGMETHODSTARTEND( EPhoneUIStates,
"CPhoneConferenceAndSingleAndWaiting::HandleIdleL()");
- TransitionHandlerL().BeginUiUpdateLC();
+ BeginUiUpdateLC();
SetTouchPaneButtonEnabled( EPhoneCallComingCmdAnswer );
SetTouchPaneButtons( EPhoneWaitingCallButtons );
@@ -240,7 +240,7 @@
}
}
}
- TransitionHandlerL().EndUiUpdate();
+ EndUiUpdate();
}
// -----------------------------------------------------------
@@ -341,7 +341,7 @@
__LOGMETHODSTARTEND( EPhoneUIStates,
"CPhoneConferenceAndSingleAndWaiting::HandleConferenceIdleL()");
- TransitionHandlerL().BeginUiUpdateLC();
+ BeginUiUpdateLC();
iViewCommandHandle->ExecuteCommandL( EPhoneViewRemoveConferenceBubble );
@@ -353,7 +353,7 @@
MakeTransitionAccordingToActiveCallsL();
- TransitionHandlerL().EndUiUpdate();
+ EndUiUpdate();
}
// --------------------------------------------------------------