X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/43203fc1132e402ab5751167ed64196f10f5dedf..1de5f8fa25dcea9fb9de9707d75120f762ce3a87:/Server/src/controlserver.cpp diff --git a/Server/src/controlserver.cpp b/Server/src/controlserver.cpp index 544483f..753255e 100644 --- a/Server/src/controlserver.cpp +++ b/Server/src/controlserver.cpp @@ -40,7 +40,7 @@ PlaQui::Server::ControlServer::~ControlServer(void) { } PlaQui::Server::ControlServer::ControlServer(const sockbuf::sockdesc& sd): - Connection(sd) { + PlaQui::Server::ServerConnection(sd) { #ifdef DEBUG std::cerr << __FILE__ << ": sd = " << sd.sock << std::endl; #endif // DEBUG @@ -56,7 +56,7 @@ void PlaQui::Server::ControlServer::real_run(void) { bool is_first = true; while (!stop && socket.getline(buf, BUFFER_SIZE)) { #ifdef DEBUG - std::cerr << "Reciviendo linea: " << buf << std::endl; + std::cerr << "Recibiendo linea: " << buf << std::endl; #endif // DEBUG int len = strlen(buf); // Si tiene un retorno de carro, lo elimina.