X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/6f70c17ffefd6150b68ac0f64a8116e730437408..ffc9f02ea0544d4b1aa86e29afe12a2b4bace953:/Server/src/controlserver.cpp?ds=inline diff --git a/Server/src/controlserver.cpp b/Server/src/controlserver.cpp index 2fd7652..1c253c5 100644 --- a/Server/src/controlserver.cpp +++ b/Server/src/controlserver.cpp @@ -142,7 +142,7 @@ void ControlServer::real_run(void) throw() { } } -void ControlServer::send(const HTTPResponse& response) { +void ControlServer::send(const Response& response) { //Glib::Mutex::Lock lock(socket_mutex); socket << response << flush; #ifdef DEBUG