X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/e6d0648eb6af32d0e8db4876430f20dcc7d8d920..314ccce75a8585f940b69ff40faecc1725abbe37:/Server/src/serverconnection.cpp diff --git a/Server/src/serverconnection.cpp b/Server/src/serverconnection.cpp index 5e159c3..a5cbea3 100644 --- a/Server/src/serverconnection.cpp +++ b/Server/src/serverconnection.cpp @@ -37,21 +37,19 @@ PlaQui::Server::ServerConnection::~ServerConnection(void) { #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) {