X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/e6d0648eb6af32d0e8db4876430f20dcc7d8d920..292425c2f65528535f137b437e629c5785c870d0:/Server/src/serverconnection.cpp diff --git a/Server/src/serverconnection.cpp b/Server/src/serverconnection.cpp index 5e159c3..6cbe0f3 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) { + Connection(sd) { #ifdef DEBUG std::cerr << __FILE__ << ": sd = " << sd.sock << std::endl; #endif // DEBUG } PlaQui::Server::ServerConnection::ServerConnection(sockbuf::type type): - socket(type) { + Connection(type) { #ifdef DEBUG std::cerr << __FILE__ << ": type = " << type << std::endl; #endif // DEBUG } -*/ PlaQui::Server::ServerConnection::SignalCommandReceived& PlaQui::Server::ServerConnection::signal_command_received(void) {