diff options
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; |