diff -r 224522e33db9 -r 25fe1fe642e3 messagingapp/msgui/conversationview/inc/msgconversationview.h --- a/messagingapp/msgui/conversationview/inc/msgconversationview.h Tue Jul 06 22:50:16 2010 +0530 +++ b/messagingapp/msgui/conversationview/inc/msgconversationview.h Fri Jul 09 14:46:10 2010 +0530 @@ -325,6 +325,11 @@ */ void handleSmsCharLimitReached(); + /** + * Hanldes saving of vcard. + */ + void saveVCard(); + signals: /** * Signal emitted to inform close the conversation view. @@ -386,6 +391,16 @@ * @param msgId message id */ void handleProvisoningMsg(int msgId); + + /** + * Handles short tap for vcard. + */ + void handleShortTap(); + + /** + * helper method to show long/short tap context menu. + */ + void showContextMenu(HbAbstractViewItem* viewItem,const QPointF& point, int placement); private: