messagingapp/msgui/msgapp/inc/msgviewmanager.h
changeset 62 fdbe8253b596
parent 56 f42d9a78f435
child 76 60a8a215b0ec
--- a/messagingapp/msgui/msgapp/inc/msgviewmanager.h	Wed Sep 01 14:19:13 2010 +0530
+++ b/messagingapp/msgui/msgapp/inc/msgviewmanager.h	Tue Sep 07 13:28:39 2010 +0530
@@ -95,6 +95,14 @@
 	 * Saves the content of editor or Cv to draft.
 	 */
     int saveContentToDraft();
+
+    /**
+     * Handles the HW key events.
+     * @param key key type.
+     * @return true if key event handled else false.
+     */
+    bool handleKeyEvent(int key);
+
 private:
     /**
      * swiches back to last view after service request is complete.