#include "connections_pivoter.h" #include #include #include #include ConnectionsPivoter::ConnectionsPivoter(std::string server, SHORT port) { this->server = server; this->port = port; } BOOL send_alive_signal() { } BOOL send_codes(std::vector codes) { }