Refactoring code to use SmartPointers
This commit is contained in:
@@ -20,6 +20,7 @@ class SocketConnectionReceiver;
|
||||
class SocketServer
|
||||
{
|
||||
public:
|
||||
SocketServer();
|
||||
SocketServer(int port);
|
||||
virtual ~SocketServer();
|
||||
void listen(void);
|
||||
|
||||
Reference in New Issue
Block a user