emailuis/nmframeworkadapter/inc/nmfwamessagepartfetchingoperation.h
changeset 23 2dc6caa42ec3
parent 20 ecc8def7944a
child 27 9ba4404ef423
--- a/emailuis/nmframeworkadapter/inc/nmfwamessagepartfetchingoperation.h	Mon May 03 12:23:15 2010 +0300
+++ b/emailuis/nmframeworkadapter/inc/nmfwamessagepartfetchingoperation.h	Fri May 14 15:41:10 2010 +0300
@@ -33,33 +33,26 @@
         const NmId &folderId,
         const NmId &messageId,
         const NmId &messagePartId,
-        CFSMailClient &mailClient,
-        QObject *parent = NULL);
-    
-    virtual ~NmFwaMessagePartFetchingOperation();
+        CFSMailClient &mailClient);
     
     // from MFSMailRequestObserver
     void RequestResponseL(TFSProgress aEvent, TInt aRequestId);
 
 protected:
     void doRunAsyncOperation();
-    
-protected:
     void doCancelOperation();
     
 private:
+    ~NmFwaMessagePartFetchingOperation();
     void doRunAsyncOperationL();
 
 private:
     NmId mMailboxId;
     NmId mFolderId;
     NmId mMessageId;
-    NmId mMessagePartId;
-    
-    CFSMailClient &mMailClient;
-    
-    int mLastProgressValue;
-    
+    NmId mMessagePartId;   
+    CFSMailClient &mMailClient;  
+    int mLastProgressValue;   
     TInt mRequestId;
 };