phoneapp/phoneuicontrol/src/cphoneuicontroller.cpp
changeset 65 2a5d4ab426d3
parent 50 377c906a8701
child 74 d1c62c765e48
equal deleted inserted replaced
60:1eef62f5c541 65:2a5d4ab426d3
   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     {