summaryrefslogtreecommitdiff
path: root/notification-ex/event_info_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'notification-ex/event_info_internal.h')
-rw-r--r--notification-ex/event_info_internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/notification-ex/event_info_internal.h b/notification-ex/event_info_internal.h
index c13f4a9..622f79c 100644
--- a/notification-ex/event_info_internal.h
+++ b/notification-ex/event_info_internal.h
@@ -47,6 +47,8 @@ class EXPORT_API EventInfo : public IEventInfoInternal {
std::string GetItemId() const override;
int GetRequestId() const override;
Bundle Serialize() const override;
+ void SetRequestVersion(item::AbstractItem::Version) override;
+ item::AbstractItem::Version GetRequestVersion() const override;
static std::string GetString(int type);
private: