X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/81fe1238505972c209c81f1c729ae910c275cfe9..9523acd2d7be7b8bbbf6d8c786c68c91f9fcc700:/Server/tests/client_test.cpp diff --git a/Server/tests/client_test.cpp b/Server/tests/client_test.cpp index c5fc75f..88027e1 100644 --- a/Server/tests/client_test.cpp +++ b/Server/tests/client_test.cpp @@ -28,7 +28,6 @@ #include "plaqui/server/controlclient.h" #include "plaqui/server/string.h" #include -#include #include #include @@ -76,11 +75,10 @@ int main(int argc, char* argv[]) { // Obtengo host. host = argv[1]; } + // Obtengo puerto. Connection::Port port = 7522; if (argc > 2) { - // Obtengo puerto. - stringstream str(argv[2]); - str >> port; + to(argv[2], port); } // Inicializa threads.