adapted cmake file
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user