From 7ef827ea95590c3096f7f6255c5d40eb447d4178 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Sun, 22 Nov 2015 10:26:42 +0300 Subject: prootcol: added download_state change structure (used in download state changes event from server) client-qt: subscription to download state changes events server: basic implementation of download state changes events TODO: use single structure for download_state_changes in messages instead of all separate ones. --- server/include/event_subscription_base.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'server/include') diff --git a/server/include/event_subscription_base.h b/server/include/event_subscription_base.h index 97c6e62..aac316b 100644 --- a/server/include/event_subscription_base.h +++ b/server/include/event_subscription_base.h @@ -45,6 +45,10 @@ public: { return subtype; } + const client_event_subscription_request& get_subscription_request() + { + return subscription_request; + } virtual ~event_subscription_base(){} protected: -- cgit v1.2.3