finished server but not tested

This commit is contained in:
Johannes Wendel
2019-06-15 15:14:58 +02:00
parent 7146f67169
commit 44432bec85
3 changed files with 37 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ namespace networking
namespace input
{
class InputSocketHandlerFactory : Poco::Net::TCPServerConnectionFactory
class InputSocketHandlerFactory : public Poco::Net::TCPServerConnectionFactory
{
public:
explicit InputSocketHandlerFactory(std::shared_ptr<flippR_driver::input::InputDriver> inputDriver);