diff -r 5a1685599b76 -r 8152b1f1763a fep/aknfep/inc/aknfepuiinputstateminiqwertystrokephrase.h --- a/fep/aknfep/inc/aknfepuiinputstateminiqwertystrokephrase.h Wed Sep 15 12:34:44 2010 +0300 +++ b/fep/aknfep/inc/aknfepuiinputstateminiqwertystrokephrase.h Wed Oct 13 14:55:58 2010 +0300 @@ -72,9 +72,6 @@ * @param aCommandId Command ID value */ void HandleCommandL( TInt aCommandId ); - - void SubmitTextL( const TDesC& aText ); - }; /** @@ -115,8 +112,6 @@ * @param aCommandId Command ID value */ void HandleCommandL( TInt aCommandId ); - - void SubmitTextL( const TDesC& /*aText*/ ); }; /** @@ -148,9 +143,6 @@ * @param aCommandId Command ID value */ void HandleCommandL( TInt aCommandId ); - - void SubmitTextL( const TDesC& aText ); - protected: /** @@ -163,7 +155,6 @@ * @return ETrue if handle, otherwise this class do not handle this key */ TBool HandleKeyL(TInt aKey, TKeyPressLength aLength); - }; #endif /*__AKN_FEP_UI_INPUT_STATE_MINIQWERTY_STROKEPHRASECREATION_H__*/