Cleanup rpc

This commit is contained in:
2025-05-26 14:58:23 -04:00
parent 5d7c67eeed
commit 82020985e1
11 changed files with 45 additions and 8 deletions

View File

@@ -5,4 +5,15 @@
#ifndef TCPSERVER_H
#define TCPSERVER_H
#include "IRPCServer.h"
class TCPServer : IRPCServer {
public:
TCPServer();
~TCPServer();
private:
}
#endif //TCPSERVER_H