equal
deleted
inserted
replaced
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 |