diff -r 224522e33db9 -r 25fe1fe642e3 messagingapp/msgui/unifiedviewer/inc/unifiedviewer.h --- a/messagingapp/msgui/unifiedviewer/inc/unifiedviewer.h Tue Jul 06 22:50:16 2010 +0530 +++ b/messagingapp/msgui/unifiedviewer/inc/unifiedviewer.h Fri Jul 09 14:46:10 2010 +0530 @@ -75,7 +75,12 @@ * @see HbView */ void createToolBar(); - + + /** + * Launch Editor for forward, reply, replyall actions + * @param operation, Editor operation e.g. forward, reply etc + */ + void launchEditor(MsgBaseView::UniEditorOperation operation); public slots: @@ -91,7 +96,7 @@ * Handle delete */ void handleDeleteAction(); - + private slots: /** * This slot is called when sendMessage signal is emitted for a highlighted @@ -105,6 +110,16 @@ */ void onDialogDeleteMsg(HbAction* action); + /** + * Handle reply + */ + void handleReplyAction(); + + /** + * Handle reply-all + */ + void handleReplyAllAction(); + private: /**