diff options
Diffstat (limited to 'client/SslClient.h')
-rw-r--r-- | client/SslClient.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/client/SslClient.h b/client/SslClient.h index 1d3256f..b0528d6 100644 --- a/client/SslClient.h +++ b/client/SslClient.h @@ -48,6 +48,10 @@ public: enum RequestType { /** + * @brief + */ + Unknown = 0x00, + /** * @brief Request generic config */ Config = 0x01, @@ -152,6 +156,8 @@ private: QSslSocket sslSocket; QByteArray pkt; unsigned short port; + RequestType _currentRequest; + string _currentFile; }; #endif
\ No newline at end of file |