diff -r bd83ceabce89 -r 5a1685599b76 fep/aknfep/inc/aknfepuiinputstateminiqwertyzhuyinphrase.h --- a/fep/aknfep/inc/aknfepuiinputstateminiqwertyzhuyinphrase.h Tue Sep 14 21:59:06 2010 +0300 +++ b/fep/aknfep/inc/aknfepuiinputstateminiqwertyzhuyinphrase.h Wed Sep 15 12:34:44 2010 +0300 @@ -174,6 +174,18 @@ * @return None. */ void ShowEEPInfo(); + + /** + * Submit text + * @param aText text + */ + void SubmitTextL( const TDesC& aText ); + +protected: + void CommitCandidateL(); + + TInt GetIndexOfToneMark( const TDesC& aText); + }; /** @@ -206,8 +218,18 @@ * @param aCommandId Command ID value */ void HandleCommandL( TInt aCommandId ); - + + /** + * Submit text + * @param aText text + */ + void SubmitTextL( const TDesC& aText ); + private: + + void CommitCandidateL(); + + TInt GetIndexOfToneMark( const TDesC& aText); /** * From TAknFepInputStateCandidateBasePhrase * Handle system key press @@ -288,6 +310,12 @@ * @since S60 v3.2 */ TInt GetIndexOfToneMark( const TDesC& aText); + + /** + * Submit text + * @param aText text + */ + void SubmitTextL( const TDesC& aText ); }; #endif /*AKNFEPUIINPUTSTATEMINIQWERTYZHUYINPHRASE_H_*/