Small edits

This commit is contained in:
Anonymous275
2021-02-28 15:53:23 +02:00
committed by Anonymous275
parent 3e2cb3176a
commit 9a74434bbb
3 changed files with 4 additions and 5 deletions

View File

@@ -10,7 +10,7 @@
class TUDPServer : public IThreaded {
public:
explicit TUDPServer(TServer& Server, TPPSMonitor& PPSMonitor, TTCPServer& TCPServer);
~TUDPServer();
//~TUDPServer();
void operator()() override;