diff -r bd83ceabce89 -r 5a1685599b76 fep/aknfep/src/AknFepUiInputStateBase.cpp --- a/fep/aknfep/src/AknFepUiInputStateBase.cpp Tue Sep 14 21:59:06 2010 +0300 +++ b/fep/aknfep/src/AknFepUiInputStateBase.cpp Wed Sep 15 12:34:44 2010 +0300 @@ -30,6 +30,7 @@ // INCLUDE FILES #include "AknFepUiInputStateBase.h" #include "AknFepPanic.h" +#include "AknFepUIManagerStateInterface.h" // CONSTANTS @@ -121,15 +122,22 @@ { return iState; } - +void TAknFepInputStateBase::SubmitTextL( const TDesC& /*aText*/ ) + { + + } // --------------------------------------------------------------------------- // TAknFepUiInputStateJapaneseBase::CloseUI // // --------------------------------------------------------------------------- // void TAknFepInputStateBase::CloseUI() - { - } + { + if ( iOwner ) + { + TRAP_IGNORE( iOwner->FepMan()->TryCloseUiL()); + } + } // --------------------------------------------------------------------------- // TAknFepUiInputStateJapaneseBase::InitializeStateL