added inputsockethandlerfactory
This commit is contained in:
@@ -9,12 +9,12 @@
|
||||
|
||||
namespace flippR_driver
|
||||
{
|
||||
namespace utility
|
||||
namespace networking
|
||||
{
|
||||
using namespace Poco::Net;
|
||||
|
||||
OutputHTTPServer::OutputHTTPServer(std::shared_ptr<output::OutputDriver> output_driver, Socket &socket) :
|
||||
HTTPServer(new OutputRequestHandlerFactory(output_driver), socket, new HTTPServerParams())
|
||||
HTTPServer(new OutputRequestHandlerFactory(output_driver), socket, new HTTPServerParams())
|
||||
{}
|
||||
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
|
||||
namespace flippR_driver
|
||||
{
|
||||
namespace utility
|
||||
namespace networking
|
||||
{
|
||||
|
||||
class OutputHTTPServer : public Poco::Net::HTTPServer
|
||||
|
||||
Reference in New Issue
Block a user