qml tcp checkpoint
This commit is contained in:
@@ -6,13 +6,11 @@
|
||||
|
||||
// TcpBase contains common tcp I/O operations for the tcp client and tcp server
|
||||
// Abstracts away the networking methods into an accordion common protocol (ACP)
|
||||
class TcpBase : public QObject{
|
||||
|
||||
Q_OBJECT
|
||||
class TcpBase {
|
||||
|
||||
public:
|
||||
|
||||
TcpBase(LoggerService* logger, QObject* parent = nullptr);
|
||||
TcpBase(LoggerService* logger);
|
||||
~TcpBase();
|
||||
|
||||
// read from a tcp socket, blocking
|
||||
|
||||
Reference in New Issue
Block a user