adapted cmake file

This commit is contained in:
Johannes Wendel
2019-05-21 23:12:49 +02:00
parent e350170b67
commit 628838baa4
3 changed files with 7 additions and 3 deletions

View File

@@ -14,6 +14,7 @@
#include "input/InputDriver.h"
#include "input/EventHandler.h"
#include "input/Event.h"
#include "utility/IBlockingQueue.h"
namespace flippR_driver
{
@@ -23,7 +24,7 @@ namespace networking
{
namespace input
{
class SocketHandler : public Poco::Net::TCPServerConnection, flippR_driver::input::detail::EventHandler
class SocketHandler : public Poco::Net::TCPServerConnection, flippR_driver::input::EventHandler
{
public:
SocketHandler(Poco::Net::StreamSocket streamSocket, std::shared_ptr<flippR_driver::input::InputDriver> input_driver);