diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2015-10-27 05:44:22 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2015-10-27 05:44:22 +0300 |
commit | 3d2c1d3c24e40573e391040048ff734cd052c295 (patch) | |
tree | f5b72764a4431841b996df8540664b5167a6eed4 /server/include/client.h | |
parent | 89dbfd1a2e9cee5bb7c219ba121e7e922d7dfa7a (diff) |
protocol:
tiny enum value names correction
server:
event subscription subsystem:
a bit of implementation of repeated event type
Diffstat (limited to 'server/include/client.h')
-rw-r--r-- | server/include/client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/include/client.h b/server/include/client.h index d6668a3..239ae4b 100644 --- a/server/include/client.h +++ b/server/include/client.h @@ -37,7 +37,7 @@ class client private: //TODO: client subscriptions should be stored here //TODO: list of timers with direct callbacks to functions for periodic subscription (bost::asio::deadline_timer) - //TODO: store sessions ptr list + //TODO: store sessions ptr //TODO: some way to call core and mopdules api from here std::string auth_token; server_session *session; |