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
parent 2ab4ebc264
commit 99e249ab2a
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);