diff -r c8382f7b54ef -r 726fba06891a meetingrequest/mrgui/mrfieldbuilderplugin/inc/cmrattachmentcommandhandler.h --- a/meetingrequest/mrgui/mrfieldbuilderplugin/inc/cmrattachmentcommandhandler.h Wed Sep 15 11:52:37 2010 +0300 +++ b/meetingrequest/mrgui/mrfieldbuilderplugin/inc/cmrattachmentcommandhandler.h Wed Oct 13 14:11:15 2010 +0300 @@ -72,6 +72,12 @@ const CESMRRichTextLink& aSelectedLink ); /** + * Check if SaveAllAttachments is in progress + * @return ETrue, if iSaveAllAttachmentsCommand is ETrue + */ + TBool IsSaveAllAttachmentsInProgress( ); + + /** * Tests whether curerntly selected link is remote or not. * @param aSelectedLink Reference to selected link. * @return ETrue, if currently selected link is remote attachment @@ -169,6 +175,10 @@ CDocumentHandler* iDocHandler; /// Ref: Event queue MESMRFieldEventQueue& iEventQueue; + /// Record attachment index when saving an attachment + TInt iAttachmentIndex; + /// Flag to indicate if save all command is in question + TBool iSaveAllAttachmentsCommand; }; #endif // CMRATTACHMENTCOMMANDHANDLER_H