phoneapp/phoneuivoipextension/src/cphoneuistatemachinefactoryvoip.cpp
branchRCL_3
changeset 62 5266b1f337bd
parent 61 41a7f70b3818
equal deleted inserted replaced
61:41a7f70b3818 62:5266b1f337bd
    51 // Create instance of CPhoneErrorMessagerHandler class.
    51 // Create instance of CPhoneErrorMessagerHandler class.
    52 // (other items were commented in a header).
    52 // (other items were commented in a header).
    53 // ---------------------------------------------------------
    53 // ---------------------------------------------------------
    54 CPhoneErrorMessagesHandler*
    54 CPhoneErrorMessagesHandler*
    55     CPhoneUIStateMachineFactoryVoIP::CreatePhoneErrorMessagesHandlerL( 
    55     CPhoneUIStateMachineFactoryVoIP::CreatePhoneErrorMessagesHandlerL( 
    56         MPhoneViewCommandHandle* aViewCommandHandle,
    56     	MPhoneViewCommandHandle* aViewCommandHandle,
    57         MPhoneStateMachine* aPhoneStateMachine )
    57     	MPhoneStateMachine* aPhoneStateMachine )
    58     {
    58     {
    59     return CPhoneVoIPErrorMessagesHandler::NewL( aViewCommandHandle, 
    59     return CPhoneVoIPErrorMessagesHandler::NewL( aViewCommandHandle, 
    60                                                  aPhoneStateMachine );
    60     											 aPhoneStateMachine );
    61     }
    61     }
    62 
    62 
    63 // ---------------------------------------------------------
    63 // ---------------------------------------------------------
    64 // Polymorphic DLL entry point for ordinal 1.
    64 // Polymorphic DLL entry point for ordinal 1.
    65 // ---------------------------------------------------------
    65 // ---------------------------------------------------------