예제 #1
0
void MyConnection::OnDisconnect(Connection* connection)
{
    Logger.Info((int)Id, ": Disconnected");

    Server->OnDisconnect(Id, this);
}