}
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
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.