diff -r ecc8def7944a -r 2dc6caa42ec3 emailuis/nmframeworkadapter/inc/nmfwamessagefetchingoperation.h --- a/emailuis/nmframeworkadapter/inc/nmfwamessagefetchingoperation.h Mon May 03 12:23:15 2010 +0300 +++ b/emailuis/nmframeworkadapter/inc/nmfwamessagefetchingoperation.h Fri May 14 15:41:10 2010 +0300 @@ -32,27 +32,23 @@ const NmId &mailboxId, const NmId &folderId, const NmId &messageId, - CFSMailClient &mailClient, - QObject *parent = NULL); - - ~NmFwaMessageFetchingOperation(); + CFSMailClient &mailClient); // from MFSMailRequestObserver void RequestResponseL(TFSProgress aEvent, TInt aRequestId); protected: - virtual void doRunAsyncOperation(); + void doRunAsyncOperation(); + void doCancelOperation(); -protected: - virtual void doCancelOperation(); - -protected: +private: + ~NmFwaMessageFetchingOperation(); + +private: NmId mMailboxId; NmId mFolderId; NmId mMessageId; - - CFSMailClient &mMailClient; - + CFSMailClient &mMailClient; TInt mRequestId; };