diff options
author | Alex Borisov <borisov.alexandr@rambler.ru> | 2011-11-20 02:35:47 +0200 |
---|---|---|
committer | Alex Borisov <borisov.alexandr@rambler.ru> | 2011-11-20 02:35:47 +0200 |
commit | d542d536369c8191afcc9f63171236e6ce28d398 (patch) | |
tree | fb035a2a9fca796d02815da1ad20c12ad28b7b51 /client/SslClient.h | |
parent | cc6358aec6bab0a2cf16eb645486e919743910f6 (diff) |
Disconnect from server when all config data recieved
Diffstat (limited to 'client/SslClient.h')
-rw-r--r-- | client/SslClient.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/client/SslClient.h b/client/SslClient.h index d31af70..24ccc94 100644 --- a/client/SslClient.h +++ b/client/SslClient.h @@ -98,6 +98,11 @@ public: * @param type type of request to send */ void SendRequest(RequestType type); + + /** + * @brief disconnect from server + */ + void Disconnect(); signals: /** * @brief This signal is emited when data is recieved as a reply to |