X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/00cffd5f7c35a915c09d55e6292775e9e01bdeec..b92547a5de3a3fb4f14a2bea4a4e776b8da3cb5c:/Server/src/serverconnection.cpp diff --git a/Server/src/serverconnection.cpp b/Server/src/serverconnection.cpp index a5cbea3..6cbe0f3 100644 --- a/Server/src/serverconnection.cpp +++ b/Server/src/serverconnection.cpp @@ -38,14 +38,14 @@ PlaQui::Server::ServerConnection::~ServerConnection(void) { } 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