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