smol do not look
This commit is contained in:
parent
9661b5367a
commit
33834e6c0c
1 changed files with 11 additions and 1 deletions
|
@ -46,3 +46,13 @@ void sosc::MasterClientPool::SetupQueries(Queries *queries) {
|
||||||
}
|
}
|
||||||
|
|
||||||
/** MASTERCLIENT CODE **/
|
/** MASTERCLIENT CODE **/
|
||||||
|
|
||||||
|
sosc::MasterClient::MasterClient(const ScapeConnection &client) {
|
||||||
|
this->sock = client;
|
||||||
|
this->authed = false;
|
||||||
|
this->auth_attempts = 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
bool sosc::MasterClient::Process(const Queries *queries) {
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in a new issue