diff options
| author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2015-11-22 10:26:42 +0300 |
|---|---|---|
| committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2015-11-22 10:26:42 +0300 |
| commit | 7ef827ea95590c3096f7f6255c5d40eb447d4178 (patch) | |
| tree | fa06fec027849c00f122bbf79a1b45134414a496 /server/include | |
| parent | f3693316d59943ca30f07dcdb614ffc8ebc30efe (diff) | |
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.
Diffstat (limited to 'server/include')
| -rw-r--r-- | server/include/event_subscription_base.h | 4 |
1 files changed, 4 insertions, 0 deletions
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: |
