Update base.
This commit is contained in:
parent
dbc53c5d46
commit
28312236fd
9 changed files with 18 additions and 19 deletions
|
@ -33,8 +33,8 @@
|
|||
#include <cassert>
|
||||
|
||||
|
||||
xmrig::Controller::Controller(Process *process) :
|
||||
Base(process)
|
||||
xmrig::Controller::Controller() :
|
||||
Base()
|
||||
{
|
||||
}
|
||||
|
||||
|
|
|
@ -38,9 +38,9 @@ class Network;
|
|||
class Controller : public Base
|
||||
{
|
||||
public:
|
||||
XMRIG_DISABLE_COPY_MOVE_DEFAULT(Controller)
|
||||
XMRIG_DISABLE_COPY_MOVE(Controller)
|
||||
|
||||
Controller(Process *process);
|
||||
Controller();
|
||||
~Controller() override;
|
||||
|
||||
int init() override;
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
#include <algorithm>
|
||||
#include <cinttypes>
|
||||
#include <cstring>
|
||||
#include <uv.h>
|
||||
|
||||
|
||||
#include "core/config/Config.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue