]> git.llucax.com Git - z.facultad/75.42/plaqui.git/blobdiff - Server/tests/client_test.cpp
- Ya anda el Receiver (falta meterlo en el ControlClient).
[z.facultad/75.42/plaqui.git] / Server / tests / client_test.cpp
index 02eb99190ddc6cdc9a0bd1538b2484f1e8f3a3d5..0ab975bac78fc414ec93298ae1cb679c6c4fbd18 100644 (file)
@@ -27,7 +27,6 @@
 
 #include "plaqui/server/controlclient.h"
 #include "plaqui/server/string.h"
-//#include <socket++/sockinet.h>
 #include <iostream>
 #include <sstream>
 #include <exception>
@@ -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]);