phoneapp/phoneuistates/src/cphoneidle.cpp
changeset 50 377c906a8701
parent 45 6b911d05207e
child 65 2a5d4ab426d3
equal deleted inserted replaced
46:bc5a64e5bc3c 50:377c906a8701
   144 //
   144 //
   145 EXPORT_C void CPhoneIdle::HandleErrorL( const TPEErrorInfo& aErrorInfo )
   145 EXPORT_C void CPhoneIdle::HandleErrorL( const TPEErrorInfo& aErrorInfo )
   146     {
   146     {
   147     __LOGMETHODSTARTEND( EPhoneUIStates, "CPhoneIdle::HandleErrorL() ");
   147     __LOGMETHODSTARTEND( EPhoneUIStates, "CPhoneIdle::HandleErrorL() ");
   148     
   148     
   149     TPhoneCmdParamBoolean blockingDialogStatus;
       
   150     iViewCommandHandle->ExecuteCommandL( EPhoneViewGetBlockingDialogStatus, 
       
   151         &blockingDialogStatus );
       
   152 
       
   153     if( blockingDialogStatus.Boolean() )
       
   154         {
       
   155         blockingDialogStatus.SetBoolean( EFalse );
       
   156         iViewCommandHandle->ExecuteCommandL( EPhoneViewSetBlockingDialogStatus, 
       
   157             &blockingDialogStatus );
       
   158         }
       
   159     
       
   160     CPhoneState::HandleErrorL( aErrorInfo );
   149     CPhoneState::HandleErrorL( aErrorInfo );
   161     }
   150     }
   162 
   151 
   163 // End of File
   152 // End of File