X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/b0a202776ab7634c206b495b42e20cfe6492e035..e90831f68ec3af87bddba19b44be388eb2b3752e:/Server/tests/client_test.cpp diff --git a/Server/tests/client_test.cpp b/Server/tests/client_test.cpp index 02eb991..0ab975b 100644 --- a/Server/tests/client_test.cpp +++ b/Server/tests/client_test.cpp @@ -27,7 +27,6 @@ #include "plaqui/server/controlclient.h" #include "plaqui/server/string.h" -//#include #include #include #include @@ -72,7 +71,7 @@ int main(int argc, char* argv[]) { // Obtengo host. host = argv[1]; } - unsigned port = 7522; + Connection::Port port = 7522; if (argc > 2) { // Obtengo puerto. stringstream str(argv[2]);