]> git.llucax.com Git - z.facultad/75.42/plaqui.git/blobdiff - Server/tests/client_test.cpp
Se agrega el menu desconectar, que en algun lado falla (command::add_arg tal
[z.facultad/75.42/plaqui.git] / Server / tests / client_test.cpp
index 4605619ab83cf67dc7ef4addf0d660bc487f7bc8..2bf118a518c389247205fca4ac334d1715b0c59a 100644 (file)
@@ -46,8 +46,9 @@ void on_connected(void) {
        cout << "   Conectado! :-)" << endl;
 }
 
-void on_ok_received(void) {
+void on_ok_received(const string& body) {
        cout << "   Respuesta recibida: OK! :-D" << endl;
+       cout << "       Body: " << body << endl;
 }
 
 void on_error_received(unsigned code) {