messagingapp/msgui/unifiededitor/inc/msgunieditorview.h
changeset 51 3507212d340e
parent 41 25fe1fe642e3
child 56 f42d9a78f435
--- a/messagingapp/msgui/unifiededitor/inc/msgunieditorview.h	Tue Aug 03 21:34:40 2010 +0530
+++ b/messagingapp/msgui/unifiededitor/inc/msgunieditorview.h	Fri Aug 06 23:19:50 2010 +0530
@@ -327,6 +327,16 @@
      * @param true/false to enable/disable.
      */
      void enableSendButton(bool enable);
+     
+     /**
+      * This slot is triggered when vkb is about to be opened.
+      */
+     void vkbAboutToOpen();
+     
+     /**
+      * This slot is triggered when vkb is about to be closed.
+      */
+     void vkbAboutToClose();
     
 private:
     HbAction* mSubjectAction;
@@ -347,7 +357,8 @@
     ConvergedMessageId mOpenedMessageId;
     ConvergedMessage::MessageType mmOpenedMessageType;
 	bool mCanSaveToDrafts;
-
+	HbAction *mAttachAction;
+    
 	/**
 	 * TBE's content widget
 	 */