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