diff -r 84197e66a4bd -r 35b64624a9e7 messagingapp/msgui/msgapp/inc/msgactivityhandler.h --- a/messagingapp/msgui/msgapp/inc/msgactivityhandler.h Fri Jun 11 13:35:48 2010 +0300 +++ b/messagingapp/msgui/msgapp/inc/msgactivityhandler.h Wed Jun 23 18:09:17 2010 +0300 @@ -47,12 +47,6 @@ */ void saveActivity(); - /** - * Open the activity which is requested. - * @param activitry data. - */ - void handleActivity(const QVariant &activityData); - public: /** * Set the message main window pointer. @@ -65,6 +59,14 @@ */ void clearActivities(); + /** + * Parses the activity data. + * @param activitry data. + * @return valid message Id if its editor activity + * else Invalid message id( i.e. -1) for list view activity + */ + int parseActivityData(const QVariant &activityData); + private: /** * main window reference not owned.