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