diff -r 84197e66a4bd -r 35b64624a9e7 messagingapp/msgui/msguiutils/inc/mmsconformancecheck.h --- a/messagingapp/msgui/msguiutils/inc/mmsconformancecheck.h Fri Jun 11 13:35:48 2010 +0300 +++ b/messagingapp/msgui/msguiutils/inc/mmsconformancecheck.h Wed Jun 23 18:09:17 2010 +0300 @@ -70,6 +70,16 @@ */ int checkModeForInsert(const QString& file,bool showNote = true); + /** + * Validates if message can be forwarded + * The validation checks include slide count check,MMS size check and + * media conformance checks and this fucntion should be called only for mms + * @param messageId message Id of the message to be validate + * @return true if message can be forwarded + * false if message cant be forwarded + */ + bool validateMsgForForward(int messageId); + private: /*