emailuis/nmailuiengine/inc/nmmessagesendingoperation.h
changeset 23 2dc6caa42ec3
parent 20 ecc8def7944a
--- a/emailuis/nmailuiengine/inc/nmmessagesendingoperation.h	Mon May 03 12:23:15 2010 +0300
+++ b/emailuis/nmailuiengine/inc/nmmessagesendingoperation.h	Fri May 14 15:41:10 2010 +0300
@@ -22,10 +22,14 @@
 
 class NmMessage;
 
-class NmMessageSendingOperation : public NmOperation
+class NMUIENGINE_EXPORT NmMessageSendingOperation : public NmOperation
 {
 public:
+    NmMessageSendingOperation(){};
     virtual const NmMessage *getMessage() const = 0;
+    
+protected:
+    virtual ~NmMessageSendingOperation(){};
 };
 
 #endif /* NMMESSAGESENDINGOPERATION_H_ */