fep/aknfep/inc/aknfepuiinputstateminiqwertystrokephrase.h
branchRCL_3
changeset 50 5a1685599b76
parent 0 eb1f2e154e89
child 56 8152b1f1763a
--- a/fep/aknfep/inc/aknfepuiinputstateminiqwertystrokephrase.h	Tue Sep 14 21:59:06 2010 +0300
+++ b/fep/aknfep/inc/aknfepuiinputstateminiqwertystrokephrase.h	Wed Sep 15 12:34:44 2010 +0300
@@ -72,6 +72,9 @@
       * @param aCommandId Command ID value
       */
      void HandleCommandL( TInt aCommandId );
+     
+     void SubmitTextL( const TDesC& aText );
+
     };
 
 /**
@@ -112,6 +115,8 @@
      * @param aCommandId Command ID value
      */
     void HandleCommandL( TInt aCommandId );
+    
+    void SubmitTextL( const TDesC& /*aText*/ );
     };
 
 /**
@@ -143,6 +148,9 @@
      * @param aCommandId Command ID value
      */
     void HandleCommandL( TInt aCommandId );
+    
+    void SubmitTextL( const TDesC& aText );
+
 protected:
 
     /**
@@ -155,6 +163,7 @@
      * @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__*/