rename Hash function to HashPassword

move HashPassword to cpp only
move check to line 285
This commit is contained in:
Anonymous275
2022-12-29 17:06:06 +00:00
committed by Simon
parent 4b30918659
commit d677d8d58d
2 changed files with 25 additions and 27 deletions

View File

@@ -38,7 +38,6 @@ private:
std::thread mUDPThread;
std::thread mTCPThread;
static std::string Hash(const std::string& str);
std::vector<uint8_t> UDPRcvFromClient(ip::udp::endpoint& ClientEndpoint);
void HandleDownload(TConnection&& TCPSock);
void OnConnect(const std::weak_ptr<TClient>& c);