emailuis/nmailui/inc/nmattachmentmanager.h
changeset 30 759dc5235cdb
parent 27 9ba4404ef423
child 47 f83bd4ae1fe3
--- 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<NmOperation> mFetchOperation;      // Not owned
     QPointer<NmOperation> mMsgFetchOperation;      // Not owned
     NmAttachmentFetchObserver *mFetchObserver;  // Not owned
-    NmMessage *fetchMsg;
+    NmMessage *mFetchMsg;
     NmId mAttaId;
     int mProgressValue;
     bool mIsFetching;