diff -r 139d4b7b2938 -r 99bcbff212ad emailuis/nmailui/inc/nmattachmentmanager.h --- a/emailuis/nmailui/inc/nmattachmentmanager.h Mon May 24 21:02:02 2010 +0300 +++ b/emailuis/nmailui/inc/nmattachmentmanager.h Fri May 28 13:56:43 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;