diff -r e8a69c93c830 -r ecf6a73a9186 messagingapp/msgservices/msgserviceapp/inc/msgstorehandler.h --- a/messagingapp/msgservices/msgserviceapp/inc/msgstorehandler.h Fri Sep 17 20:16:33 2010 +0530 +++ b/messagingapp/msgservices/msgserviceapp/inc/msgstorehandler.h Tue Oct 05 13:58:47 2010 +0530 @@ -95,6 +95,18 @@ int setNotificationMessageId(int msgId); /** + * Seeker method for getting sender information + * @return QString, sender address + */ + QString notificationSender(); + + /** + * Seeker method for getting notification time-stamp + * @return formatted string of notification time-stamp + */ + QString notificationTimeStamp(); + + /** * Seeker method for getting mms notification's subject line * @return QString, subject of mms notification */