This commit is contained in:
Johannes Wendel
2019-10-09 19:55:07 +02:00
parent 3968fc60a0
commit 6ab77839bc
2 changed files with 9 additions and 6 deletions

View File

@@ -11,6 +11,7 @@
#include <Poco/Util/ServerApplication.h>
#include <Poco/Net/HTTPServer.h>
#include <Poco/Dynamic/Struct.h>
#include <Poco/File.h>
namespace flippR_driver
{
@@ -62,6 +63,8 @@ private:
std::unique_ptr<Poco::Net::HTTPServer> output_server;
std::unique_ptr<Poco::Net::TCPServer> input_server;
Poco::File output_socket_file, input_socket_file;
};
};