--- a/textinput/peninputsplitqwerty/inc/peninputsplitqwertylayout.h Wed Sep 15 12:34:44 2010 +0300
+++ b/textinput/peninputsplitqwerty/inc/peninputsplitqwertylayout.h Wed Oct 13 14:55:58 2010 +0300
@@ -267,13 +267,32 @@
const TDesC& aEventData );
/**
- * Handle virtual key down event
- *
- * @since since S60 v5.0
- * @param none
- * @return none
- */
- void HandleVirtualKeyDown();
+ * Handle show candidate list command
+ *
+ *
+ * @aData pointer is sent from FEP, point to a TPtrC
+ * @return None
+ */
+ void HandleShowCandidateListCmdL( TUint8* aData );
+
+ /**
+ * Read text stored in a block of memory into HBufC
+ *
+ *
+ * @aData aStartPtr the starting address of a block of memory with a string in it
+ * @aLength The length of the string
+ * @return pointer of a HBufC storing the string in it
+ */
+ HBufC* ReadTextInfoHBufCL( TUint16* aStartPtr, TInt aLength );
+
+ /**
+ * Handle select candidate list item command
+ *
+ *
+ * @aData pointer is sent from FEP, point to a TPtrC
+ * @return None
+ */
+ void HandleSelectServerCandItemL( TUint8* aData );
private: