Add class Platform.
This commit is contained in:
parent
eb140fd30f
commit
61859dfe14
10 changed files with 141 additions and 25 deletions
|
@ -47,8 +47,6 @@ public:
|
|||
void connect();
|
||||
void stop();
|
||||
|
||||
static char *userAgent();
|
||||
|
||||
protected:
|
||||
void onActive(Client *client) override;
|
||||
void onJob(Client *client, const Job &job) override;
|
||||
|
@ -64,7 +62,6 @@ private:
|
|||
|
||||
static void onTick(uv_timer_t *handle);
|
||||
|
||||
char *m_agent;
|
||||
const Options *m_options;
|
||||
IStrategy *m_donate;
|
||||
IStrategy *m_strategy;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue