emailuis/nmframeworkadapter/inc/nmfwaremoveattachmentoperation.h
changeset 23 2dc6caa42ec3
parent 20 ecc8def7944a
--- a/emailuis/nmframeworkadapter/inc/nmfwaremoveattachmentoperation.h	Mon May 03 12:23:15 2010 +0300
+++ b/emailuis/nmframeworkadapter/inc/nmfwaremoveattachmentoperation.h	Fri May 14 15:41:10 2010 +0300
@@ -34,20 +34,17 @@
     NmFwaRemoveAttachmentOperation(const NmMessage &message,
                                    const NmId &attachmentPartId,
                                    CFSMailClient &mailClient);
-    
-    virtual ~NmFwaRemoveAttachmentOperation();
 
 public: // from MFSMailRequestObserver
-    virtual void RequestResponseL(TFSProgress aEvent, TInt aRequestId);
+    void RequestResponseL(TFSProgress aEvent, TInt aRequestId);
     
 protected:
-    virtual void doRunAsyncOperation();
-
-protected:
-    virtual void doCancelOperation();
+    void doRunAsyncOperation();
+    void doCancelOperation();
     
 private:
 	void doRunAsyncOperationL();
+    ~NmFwaRemoveAttachmentOperation();
     
 private:
     const NmMessage &mMessage;