equal
deleted
inserted
replaced
274 __ASSERT_DEBUG( iSystemEventHandler, Panic( EPhoneCtrlInvariant ) ); |
274 __ASSERT_DEBUG( iSystemEventHandler, Panic( EPhoneCtrlInvariant ) ); |
275 iSystemEventHandler->HandleIdleForegroundEventL(); |
275 iSystemEventHandler->HandleIdleForegroundEventL(); |
276 } |
276 } |
277 |
277 |
278 // --------------------------------------------------------- |
278 // --------------------------------------------------------- |
279 // CPhoneUIController::HandleEnvironmentChangeL |
|
280 // --------------------------------------------------------- |
|
281 // |
|
282 EXPORT_C void CPhoneUIController::HandleEnvironmentChangeL( |
|
283 const TInt aChanges ) |
|
284 { |
|
285 __ASSERT_DEBUG( iSystemEventHandler, Panic( EPhoneCtrlInvariant ) ); |
|
286 iSystemEventHandler->HandleEnvironmentChangeL( aChanges ); |
|
287 } |
|
288 |
|
289 // --------------------------------------------------------- |
|
290 // CPhoneUIController::HandlePhoneStartupL |
279 // CPhoneUIController::HandlePhoneStartupL |
291 // --------------------------------------------------------- |
280 // --------------------------------------------------------- |
292 // |
281 // |
293 EXPORT_C void CPhoneUIController::HandlePhoneStartupL() |
282 EXPORT_C void CPhoneUIController::HandlePhoneStartupL() |
294 { |
283 { |