finished server but not tested
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user