* [WIP] More unification in Pools class.

This commit is contained in:
XMRig 2019-02-17 10:51:32 +07:00
parent f6699b5929
commit ee4f6e28f0
10 changed files with 118 additions and 66 deletions

View file

@ -32,7 +32,10 @@
#include "common/net/Client.h"
class xmrig::Client::Tls
namespace xmrig {
class Client::Tls
{
public:
Tls(Client *client);
@ -60,4 +63,7 @@ private:
};
} /* namespace xmrig */
#endif /* XMRIG_CLIENT_TLS_H */