X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/a0481d50f6da9cac5efd3502c3657b3fc461ec0d..e36a4e9f6b04998cc8f92a8808abac66e670a01d:/Server/tests/client_test.cpp diff --git a/Server/tests/client_test.cpp b/Server/tests/client_test.cpp index 4605619..2bf118a 100644 --- a/Server/tests/client_test.cpp +++ b/Server/tests/client_test.cpp @@ -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) {