This commit is contained in:
Timur A. Fatkhullin
2024-11-09 23:51:40 +03:00
parent afd1a917b4
commit afa8d09ade
5 changed files with 22 additions and 14 deletions

View File

@@ -30,6 +30,11 @@ protected:
std::string _serverID;
virtual void errorMessage(const std::string& err_msg)
{
logError(err_msg);
}
public:
using typename ServerT::server_ident_t;