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