phoneapp/phoneuicontrol/src/cphoneenginehandler.cpp
branchRCL_3
changeset 17 38529f706030
parent 0 5f000ab63145
child 61 41a7f70b3818
equal deleted inserted replaced
15:2a26698d78ba 17:38529f706030
    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