Move network classes into xmrig namespace.

This commit is contained in:
XMRig
2019-02-17 06:59:19 +07:00
parent c3a597f809
commit f5a8b9308a
42 changed files with 481 additions and 332 deletions

View File

@@ -26,7 +26,7 @@
#include "base/net/Pools.h"
xmrig::Pools::Pools()
xmrig::Pools::Pools() :
m_index(0)
{
}