diff -r bd83ceabce89 -r 5a1685599b76 fep/aknfep/inc/AknFepUIInputStateEntryMiniQwertyPinyinPhrase.h --- a/fep/aknfep/inc/AknFepUIInputStateEntryMiniQwertyPinyinPhrase.h Tue Sep 14 21:59:06 2010 +0300 +++ b/fep/aknfep/inc/AknFepUIInputStateEntryMiniQwertyPinyinPhrase.h Wed Sep 15 12:34:44 2010 +0300 @@ -69,6 +69,10 @@ * @param aCommandId Command ID value */ void HandleCommandL( TInt aCommandId ); + + + void SubmitTextL( const TDesC& aText ); + }; /** @@ -107,6 +111,9 @@ * @param aCommandId Command ID value */ void HandleCommandL( TInt aCommandId ); + + void SubmitTextL( const TDesC& aText ); + }; #endif __AKN_FEP_UI_INPUT_STATE_ENTRY_MINIQWERTY_PINYINPHRASE_H__ \ No newline at end of file