messagingapp/msgservices/msgserviceapp/inc/msgstorehandler.h
changeset 73 ecf6a73a9186
parent 67 fc91263aee62
--- 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
      */