final app

This commit is contained in:
2020-01-11 07:05:54 +01:00
parent dcfb945c0b
commit 31fe531703
68 changed files with 62242 additions and 129 deletions

View File

@@ -0,0 +1,6 @@
#include "Connection.h"
SocketLibrary::Connection::Connection(Socket socket, Endpoint endpoint)
:socket(socket), endpoint(endpoint)
{
}