diff -r 224522e33db9 -r 25fe1fe642e3 messagingapp/msgui/appengine/inc/conversationmsgstorehandler.h --- a/messagingapp/msgui/appengine/inc/conversationmsgstorehandler.h Tue Jul 06 22:50:16 2010 +0530 +++ b/messagingapp/msgui/appengine/inc/conversationmsgstorehandler.h Fri Jul 09 14:46:10 2010 +0530 @@ -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: /**