-ControlClient::ControlClient(std::string host, int port):
- Connection(sockbuf::sock_stream) {
+PlaQui::Server::ControlClient::ControlClient(std::string host, int port):
+ PlaQui::Server::Connection(sockbuf::sock_stream) {
+#ifdef DEBUG
+ std::cerr << __FILE__ << ": host" << host
+ << " | port = " << port << std::endl;
+#endif // DEBUG