messagingapp/msgui/appengine/inc/conversationsmodel.h
changeset 43 35b64624a9e7
parent 34 84197e66a4bd
child 44 36f374c67aa8
--- a/messagingapp/msgui/appengine/inc/conversationsmodel.h	Fri Jun 11 13:35:48 2010 +0300
+++ b/messagingapp/msgui/appengine/inc/conversationsmodel.h	Wed Jun 23 18:09:17 2010 +0300
@@ -161,6 +161,13 @@
      * @param filePath, filepath to be used if icon is not in cache
      */
     HbIcon* getPreviewIconItem(int msgId, QString& filepath) const;
+    
+    /**
+     * Check if a MMS is forwardable or not
+     * @param messageId, message id
+     * @return true/false
+     */
+    bool validateMsgForForward(qint32 messageId);
 
 private: