phoneapp/phoneuicontrol/src/cphoneremotecontrolhandler.cpp
branchRCL_3
changeset 23 40a3f856b14d
parent 0 5f000ab63145
child 24 41a7f70b3818
equal deleted inserted replaced
22:94dc1107e8b2 23:40a3f856b14d
   111     // Act on the button
   111     // Act on the button
   112     switch ( aButtonAct )
   112     switch ( aButtonAct )
   113         {
   113         {
   114         case ERemConCoreApiButtonClick:
   114         case ERemConCoreApiButtonClick:
   115             {
   115             {
       
   116             // Cancel the button repeat timer
       
   117             if( iButtonRepeatTimer->IsActive() ) 
       
   118                 {
       
   119                 iButtonRepeatTimer->Cancel();
       
   120                 }
       
   121 
   116             // Pass the remote control operation to the current state
   122             // Pass the remote control operation to the current state
   117             TRAP_IGNORE( handled = 
   123             TRAP_IGNORE( handled = 
   118                 iStateMachine->State()->
   124                 iStateMachine->State()->
   119                     HandleRemConCommandL( aOperationId, aButtonAct ) );
   125                     HandleRemConCommandL( aOperationId, aButtonAct ) );
   120             break;            
   126             break;