X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/00cffd5f7c35a915c09d55e6292775e9e01bdeec..292425c2f65528535f137b437e629c5785c870d0:/Server/src/receiver.cpp?ds=inline diff --git a/Server/src/receiver.cpp b/Server/src/receiver.cpp index c64eaad..9667e8c 100644 --- a/Server/src/receiver.cpp +++ b/Server/src/receiver.cpp @@ -37,7 +37,7 @@ PlaQui::Server::Receiver::~Receiver(void) { } PlaQui::Server::Receiver::Receiver(int port, std::string host): - PlaQui::Server::ServerConnection(sockbuf::sock_dgram) { + ServerConnection(sockbuf::sock_dgram) { #ifdef DEBUG std::cerr << __FILE__ << ": port = " << port << " | host = " << host << std::endl;