changed structure
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
//
|
||||
// Created by rhetenor on 3/6/19.
|
||||
//
|
||||
|
||||
#ifndef FLIPPR_CODE_INPUTSOCKETCONNECTION_H
|
||||
#define FLIPPR_CODE_INPUTSOCKETCONNECTION_H
|
||||
|
||||
|
||||
#include <Poco/Net/TCPServerConnection.h>
|
||||
|
||||
class InputSocketConnection : public Poco::Net::TCPServerConnection
|
||||
{
|
||||
|
||||
|
||||
};
|
||||
|
||||
|
||||
#endif //FLIPPR_CODE_INPUTSOCKETCONNECTION_H
|
||||
Reference in New Issue
Block a user