final app
This commit is contained in:
6
SocketLibrary/Connection.cpp
Normal file
6
SocketLibrary/Connection.cpp
Normal file
@@ -0,0 +1,6 @@
|
||||
#include "Connection.h"
|
||||
|
||||
SocketLibrary::Connection::Connection(Socket socket, Endpoint endpoint)
|
||||
:socket(socket), endpoint(endpoint)
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user