#include "hanging_server.h" #include using namespace NBus; THangingServer::THangingServer(int port) { BindResult = BindOnPort(port, false); } int THangingServer::GetPort() const { return BindResult.first; }