phoneapp/phoneuicontrol/src/cphonesystemeventhandler.cpp
changeset 72 c76a0b1755b9
parent 56 5bcb308bd24d
child 74 d1c62c765e48
equal deleted inserted replaced
64:6aaf0276100e 72:c76a0b1755b9
   160 void CPhoneSystemEventHandler::HandleKeyLockEnabled( TBool aKeylockEnabled )
   160 void CPhoneSystemEventHandler::HandleKeyLockEnabled( TBool aKeylockEnabled )
   161     {
   161     {
   162     iStateMachine->State()->HandleKeyLockEnabled( aKeylockEnabled );
   162     iStateMachine->State()->HandleKeyLockEnabled( aKeylockEnabled );
   163     }
   163     }
   164 
   164 
   165 // -----------------------------------------------------------
       
   166 // CPhoneSystemEventHandler::HandleEnvironmentChangeL
       
   167 // -----------------------------------------------------------
       
   168 //
       
   169 void CPhoneSystemEventHandler::HandleEnvironmentChangeL( const TInt aChanges )
       
   170     {
       
   171     iStateMachine->State()->HandleEnvironmentChangeL( aChanges );
       
   172     }
       
   173 
       
   174 // ---------------------------------------------------------
   165 // ---------------------------------------------------------
   175 // CPhoneSystemEventHandler::HandlePhoneStartupL
   166 // CPhoneSystemEventHandler::HandlePhoneStartupL
   176 // ---------------------------------------------------------
   167 // ---------------------------------------------------------
   177 //
   168 //
   178 void CPhoneSystemEventHandler::HandlePhoneStartupL()
   169 void CPhoneSystemEventHandler::HandlePhoneStartupL()