Пример #1
0
void TcpServer::handleNewConnection(void *args, TcpConnection *con)
{
	TcpServer *server = (TcpServer *)args;
	server->handleNewConnection(con);
}