equal
deleted
inserted
replaced
52 { |
52 { |
53 __LOGMETHODSTARTEND( EPhoneControl, "CPhoneEngineHandler::DoHandleMessageL( ) " ); |
53 __LOGMETHODSTARTEND( EPhoneControl, "CPhoneEngineHandler::DoHandleMessageL( ) " ); |
54 __PHONELOG2( EBasic, EPhoneControl, |
54 __PHONELOG2( EBasic, EPhoneControl, |
55 "CPhoneEngineHandler::DoHandleMessageL - Message received (aMessage=%d aCallId=%d)", |
55 "CPhoneEngineHandler::DoHandleMessageL - Message received (aMessage=%d aCallId=%d)", |
56 aMessage, aCallId ); |
56 aMessage, aCallId ); |
57 iStateMachine->State()->HandlePhoneEngineMessageL( aMessage, aCallId ); |
57 iStateMachine->HandlePhoneEngineMessageL( aMessage, aCallId ); |
58 } |
58 } |
59 |
59 |
60 // End of File |
60 // End of File |