equal
deleted
inserted
replaced
20 |
20 |
21 #include "nmoperation.h" |
21 #include "nmoperation.h" |
22 |
22 |
23 class NmMessage; |
23 class NmMessage; |
24 |
24 |
25 class NmMessageSendingOperation : public NmOperation |
25 class NMUIENGINE_EXPORT NmMessageSendingOperation : public NmOperation |
26 { |
26 { |
27 public: |
27 public: |
|
28 NmMessageSendingOperation(){}; |
28 virtual const NmMessage *getMessage() const = 0; |
29 virtual const NmMessage *getMessage() const = 0; |
|
30 |
|
31 protected: |
|
32 virtual ~NmMessageSendingOperation(){}; |
29 }; |
33 }; |
30 |
34 |
31 #endif /* NMMESSAGESENDINGOPERATION_H_ */ |
35 #endif /* NMMESSAGESENDINGOPERATION_H_ */ |