From 33834e6c0c99333cb45ca35019be7bce7dd7d27d Mon Sep 17 00:00:00 2001 From: malloc Date: Wed, 10 Oct 2018 16:03:40 -0500 Subject: [PATCH] smol do not look --- src/server/hosts/master_client.cpp | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/server/hosts/master_client.cpp b/src/server/hosts/master_client.cpp index 08e020b..9a51ae8 100644 --- a/src/server/hosts/master_client.cpp +++ b/src/server/hosts/master_client.cpp @@ -45,4 +45,14 @@ void sosc::MasterClientPool::SetupQueries(Queries *queries) { )); } -/** MASTERCLIENT CODE **/ \ No newline at end of file +/** 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) { + +} \ No newline at end of file