messagingapp/msgui/appengine/inc/conversationmsgstorehandler.h
changeset 52 12db4185673b
parent 34 84197e66a4bd
--- a/messagingapp/msgui/appengine/inc/conversationmsgstorehandler.h	Tue Jul 06 14:12:40 2010 +0300
+++ b/messagingapp/msgui/appengine/inc/conversationmsgstorehandler.h	Wed Aug 18 09:45:25 2010 +0300
@@ -32,7 +32,7 @@
 class CMmsNotificationClientMtm;
 
 
-class ConversationMsgStoreHandler: public MMsvSessionObserver
+class ConversationMsgStoreHandler: public CBase, public MMsvSessionObserver
     {
 public:
     
@@ -147,9 +147,9 @@
 
     /**
      * Seeker method for getting mms notification estimated msg size
-     * @return Formatted string of msg size
+     * @return formatted string for msg size in KB
      */
-    QString NotificationMsgSizeL();
+    QString NotificationMsgSize();
     
     /**
      * Seeker method for getting mms notification class type
@@ -168,13 +168,9 @@
     
     /**
      * Seeker method getting expiry info of a notification msg
-     * @param [OUT] expiryTime, notification's expiry time
-     * @param [OUT] expiryTimeQString, formatted string of
-     * notification's expiry time
+     * @return formatted string of notification's expiry time
      */
-    void NotificationExpiryDate(
-            TTime& expiryTime,
-            QString& expiryTimeStr);
+    QString NotificationExpiryDate();
 					 
     /**
      * Download a specified message
@@ -223,6 +219,11 @@
      * Checks if the MTM type supported
      */
     TBool IsMtmSupported(long uid);
+    
+    /**
+     * Get max receive size limit (for MMS) from settings
+     */
+    TInt MaxReceiveSizeLimitL();
 
 private: 
     /**