phoneapp/phoneuistates/src/cphonesingleandcallsetup.cpp
branchRCL_3
changeset 25 91c2fb4b78df
parent 0 5f000ab63145
child 58 40a3f856b14d
equal deleted inserted replaced
19:544e34b3255a 25:91c2fb4b78df
   290 //
   290 //
   291 void CPhoneSingleAndCallSetup::HandleIdleL( TInt aCallId )
   291 void CPhoneSingleAndCallSetup::HandleIdleL( TInt aCallId )
   292     {
   292     {
   293     __LOGMETHODSTARTEND( EPhoneUIStates, "CPhoneSingleAndCallSetup::HandleIdleL()");
   293     __LOGMETHODSTARTEND( EPhoneUIStates, "CPhoneSingleAndCallSetup::HandleIdleL()");
   294     
   294     
   295     BeginTransEffectLC( ENumberEntryOpen );
       
   296     BeginUiUpdateLC();
   295     BeginUiUpdateLC();
   297  
   296  
   298     // Remove call 
   297     // Remove call 
   299     iViewCommandHandle->ExecuteCommandL( EPhoneViewRemoveCallHeader, aCallId );
   298     iViewCommandHandle->ExecuteCommandL( EPhoneViewRemoveCallHeader, aCallId );
   300 
   299 
   340         UpdateCbaL( EPhoneCallHandlingCallSetupCBA );
   339         UpdateCbaL( EPhoneCallHandlingCallSetupCBA );
   341         iStateMachine->ChangeState( EPhoneStateCallSetup );            
   340         iStateMachine->ChangeState( EPhoneStateCallSetup );            
   342         }
   341         }
   343         
   342         
   344     EndUiUpdate();
   343     EndUiUpdate();
   345     EndTransEffect();
       
   346     }
   344     }
   347 
   345 
   348 // -----------------------------------------------------------
   346 // -----------------------------------------------------------
   349 // CPhoneSingleAndCallSetup::HandleCommandL
   347 // CPhoneSingleAndCallSetup::HandleCommandL
   350 // -----------------------------------------------------------
   348 // -----------------------------------------------------------