phoneapp/phoneuicontrol/src/cphoneuicontroller.cpp
changeset 72 c76a0b1755b9
parent 56 5bcb308bd24d
child 74 d1c62c765e48
equal deleted inserted replaced
64:6aaf0276100e 72:c76a0b1755b9
   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     {