Sync changes.
This commit is contained in:
parent
fb62ee938a
commit
d57b41c673
12 changed files with 113 additions and 12 deletions
|
@ -61,8 +61,10 @@ public:
|
|||
void tick(uint64_t now) override;
|
||||
|
||||
protected:
|
||||
inline void onLogin(Client *, rapidjson::Document &, rapidjson::Value &) override {}
|
||||
|
||||
void onClose(Client *client, int failures) override;
|
||||
void onJobReceived(Client *client, const Job &job) override;
|
||||
void onJobReceived(Client *client, const Job &job, const rapidjson::Value ¶ms) override;
|
||||
void onLoginSuccess(Client *client) override;
|
||||
void onResultAccepted(Client *client, const SubmitResult &result, const char *error) override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue