projects
/
platform
/
core
/
api
/
notification.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9aad11e
)
Fix non-virtual destructor issue
56/205156/1
author
hyunho
<hhstark.kang@samsung.com>
Tue, 30 Apr 2019 00:52:33 +0000
(09:52 +0900)
committer
hyunho
<hhstark.kang@samsung.com>
Tue, 30 Apr 2019 00:52:33 +0000
(09:52 +0900)
Change-Id: I4258e9a6a2733a28f5fc37de8c002f21efb1302b
Signed-off-by: hyunho <hhstark.kang@samsung.com>
notification-ex/event_sender_interface.h
patch
|
blob
|
history
diff --git
a/notification-ex/event_sender_interface.h
b/notification-ex/event_sender_interface.h
index 3acbe0cac08c54f122e1e75d5135f98363734203..83909834d48f7c34098e171b2058534914374534 100644
(file)
--- a/
notification-ex/event_sender_interface.h
+++ b/
notification-ex/event_sender_interface.h
@@
-30,6
+30,7
@@
namespace notification {
class EXPORT_API IEventSender {
public:
+ virtual ~IEventSender() = default;
virtual void Notify(const IEventInfo& info, std::list<Bundle> serialized,
std::string dest_appid = "") = 0;
virtual std::list<Bundle> Request(const IEventInfo &info) = 0;