phoneapp/phoneuicontrol/src/cphonesystemeventhandler.cpp
branchRCL_3
changeset 5 2a26698d78ba
parent 4 24062c24fe38
child 6 38529f706030
equal deleted inserted replaced
4:24062c24fe38 5:2a26698d78ba
   194 void CPhoneSystemEventHandler::HandleIdleForegroundEventL()
   194 void CPhoneSystemEventHandler::HandleIdleForegroundEventL()
   195     {
   195     {
   196     iStateMachine->State()->HandleIdleForegroundEventL();
   196     iStateMachine->State()->HandleIdleForegroundEventL();
   197     }
   197     }
   198 
   198 
   199 // ---------------------------------------------------------
       
   200 // CPhoneSystemEventHandler::HandleKeyLockEnabled
       
   201 // ---------------------------------------------------------
       
   202 //
       
   203 void CPhoneSystemEventHandler::HandleKeyLockEnabled( TBool aKeylockEnabled )
       
   204     {
       
   205     iStateMachine->State()->HandleKeyLockEnabled( aKeylockEnabled );
       
   206     }
       
   207 
       
   208 // -----------------------------------------------------------
   199 // -----------------------------------------------------------
   209 // CPhoneSystemEventHandler::HandleEnvironmentChangeL
   200 // CPhoneSystemEventHandler::HandleEnvironmentChangeL
   210 // -----------------------------------------------------------
   201 // -----------------------------------------------------------
   211 //
   202 //
   212 void CPhoneSystemEventHandler::HandleEnvironmentChangeL( const TInt aChanges )
   203 void CPhoneSystemEventHandler::HandleEnvironmentChangeL( const TInt aChanges )