diff -r 9ba4404ef423 -r 759dc5235cdb emailuis/nmailui/inc/nmattachmentmanager.h --- a/emailuis/nmailui/inc/nmattachmentmanager.h Thu May 27 12:43:55 2010 +0300 +++ b/emailuis/nmailui/inc/nmattachmentmanager.h Fri Jun 11 13:27:14 2010 +0300 @@ -39,7 +39,7 @@ const NmId &folderId, const NmId &messageId, const NmId &messagePartId); - void fetchAttachments( + bool fetchAttachments( const NmId &mailboxId, const NmId &folderId, const NmId &messageId, @@ -57,15 +57,15 @@ private slots: void changeProgress(int value); - void attachmentFetchCompleted(int result); - void messageFetched(int result); + void completeAttachmentFetch(int result); + void completeMessageFetch(int result); private: NmUiEngine &mUiEngine; QPointer mFetchOperation; // Not owned QPointer mMsgFetchOperation; // Not owned NmAttachmentFetchObserver *mFetchObserver; // Not owned - NmMessage *fetchMsg; + NmMessage *mFetchMsg; NmId mAttaId; int mProgressValue; bool mIsFetching;