phoneapp/phoneuicontrol/inc/mphoneuistatemachinefactory.h
branchRCL_3
changeset 62 5266b1f337bd
parent 61 41a7f70b3818
equal deleted inserted replaced
61:41a7f70b3818 62:5266b1f337bd
    69         * derived class. The user of this function is responsible of cleanup of the created object.
    69         * derived class. The user of this function is responsible of cleanup of the created object.
    70         * @param None.
    70         * @param None.
    71         * @return an instance of class upcasted to CPhoneErrorMessagesHandler class
    71         * @return an instance of class upcasted to CPhoneErrorMessagesHandler class
    72         */
    72         */
    73         virtual CPhoneErrorMessagesHandler* CreatePhoneErrorMessagesHandlerL(
    73         virtual CPhoneErrorMessagesHandler* CreatePhoneErrorMessagesHandlerL(
    74             MPhoneViewCommandHandle* aViewCommandHandle,
    74         	MPhoneViewCommandHandle* aViewCommandHandle,
    75             MPhoneStateMachine* aStateMachine ) = 0;
    75         	MPhoneStateMachine* aStateMachine ) = 0;
    76     };
    76     };
    77 
    77 
    78 #endif      // __MPHONEUISTATEMACHINEFACTORY_H
    78 #endif      // __MPHONEUISTATEMACHINEFACTORY_H
    79     
    79     
    80 // End of File
    80 // End of File