messagingapp/msgui/msguiutils/inc/mmsconformancecheck.h
changeset 43 35b64624a9e7
parent 34 84197e66a4bd
child 47 5b14749788d7
child 72 6f657153cbc5
equal deleted inserted replaced
34:84197e66a4bd 43:35b64624a9e7
    68      * @param showNote, note is shown if enabled
    68      * @param showNote, note is shown if enabled
    69      * @return EInsertSuccess for successfull cases
    69      * @return EInsertSuccess for successfull cases
    70      */
    70      */
    71     int checkModeForInsert(const QString& file,bool showNote = true);
    71     int checkModeForInsert(const QString& file,bool showNote = true);
    72 
    72 
       
    73     /**
       
    74      * Validates if message can be forwarded
       
    75      * The validation checks include slide count check,MMS size check and
       
    76      * media conformance checks and this fucntion should be called only for mms
       
    77      * @param  messageId message Id of the message to be validate
       
    78      * @return true if message can be forwarded
       
    79      *         false if message cant be forwarded
       
    80      */
       
    81     bool validateMsgForForward(int messageId);
       
    82 
    73 private:
    83 private:
    74 
    84 
    75     /*
    85     /*
    76      * Launch notification dialog
    86      * Launch notification dialog
    77      */
    87      */