working commit

This commit is contained in:
2026-04-27 13:57:49 +02:00
parent ac88dbd051
commit 0c647ec97c
7 changed files with 106 additions and 65 deletions
+2 -1
View File
@@ -7,7 +7,8 @@
class SocketHandler {
public:
void Handle(int sock);
virtual void Handle(int sock);
virtual ~SocketHandler(void);
};
class Service {