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