From 873642c0d898f3152b251a783bf4cdef47070d4c Mon Sep 17 00:00:00 2001 From: Alex Borisov Date: Thu, 2 Feb 2012 00:33:44 +0200 Subject: FIX: implement async connection requests --- client/SslClient.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'client/SslClient.h') diff --git a/client/SslClient.h b/client/SslClient.h index 1d3256f..b0528d6 100644 --- a/client/SslClient.h +++ b/client/SslClient.h @@ -47,6 +47,10 @@ public: */ enum RequestType { + /** + * @brief + */ + Unknown = 0x00, /** * @brief Request generic config */ @@ -152,6 +156,8 @@ private: QSslSocket sslSocket; QByteArray pkt; unsigned short port; + RequestType _currentRequest; + string _currentFile; }; #endif \ No newline at end of file -- cgit v1.2.3