phoneapp/phoneuivoipextension/src/cphoneuistatemachinefactoryvoip.cpp
changeset 21 92ab7f8d0eab
parent 0 5f000ab63145
child 51 f39ed5e045e0
child 62 5266b1f337bd
equal deleted inserted replaced
4:c84cf270c54f 21:92ab7f8d0eab
    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 // ---------------------------------------------------------