#endif // DEBUG
}
-/*
PlaQui::Server::ServerConnection::ServerConnection(const sockbuf::sockdesc& sd):
- socket(sd) {
+ PlaQui::Server::Connection(sd) {
#ifdef DEBUG
std::cerr << __FILE__ << ": sd = " << sd.sock << std::endl;
#endif // DEBUG
}
PlaQui::Server::ServerConnection::ServerConnection(sockbuf::type type):
- socket(type) {
+ PlaQui::Server::Connection(type) {
#ifdef DEBUG
std::cerr << __FILE__ << ": type = " << type << std::endl;
#endif // DEBUG
}
-*/
PlaQui::Server::ServerConnection::SignalCommandReceived&
PlaQui::Server::ServerConnection::signal_command_received(void) {