17 #ifndef NYMPH_SERVER_H
18 #define NYMPH_SERVER_H
22 #include <Poco/Net/TCPServer.h>
26 static std::string loggerName;
27 static Poco::Net::ServerSocket ss;
28 static Poco::Net::TCPServer* server;
33 static bool start(
int port = 4004);
Definition: nymph_server.h:25