equal
deleted
inserted
replaced
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 |