}
PlaQui::Server::ControlClient::ControlClient(std::string host, int port):
- Connection(sockbuf::sock_stream) {
+ PlaQui::Server::Connection(sockbuf::sock_stream) {
#ifdef DEBUG
std::cerr << __FILE__ << ": host" << host
<< " | port = " << port << std::endl;
} else {
std::cerr << "Conectado a " << socket->peerhost() <<
":" << socket->peerport() << "." << std::endl;
-#endif // DEBUG
}
+#endif // DEBUG
}