]> git.llucax.com Git - z.facultad/75.42/plaqui.git/commitdiff
Se agrega namespace que faltaba.
authorLeandro Lucarella <llucax@gmail.com>
Thu, 23 Oct 2003 01:27:10 +0000 (01:27 +0000)
committerLeandro Lucarella <llucax@gmail.com>
Thu, 23 Oct 2003 01:27:10 +0000 (01:27 +0000)
Server/src/controlclient.cpp

index 3ceaa9f4ae53cf3c4439095bee27ddf2ce82da32..fd0fdba9e922e3df779ac0cec15b0033af451381 100644 (file)
@@ -37,7 +37,7 @@ PlaQui::Server::ControlClient::~ControlClient(void) {
 }
 
 PlaQui::Server::ControlClient::ControlClient(std::string host, int port):
 }
 
 PlaQui::Server::ControlClient::ControlClient(std::string host, int port):
-               Connection(sockbuf::sock_stream) {
+               PlaQui::Server::Connection(sockbuf::sock_stream) {
 #ifdef DEBUG
        std::cerr << __FILE__ << ": host" << host
                << " | port = " << port << std::endl;
 #ifdef DEBUG
        std::cerr << __FILE__ << ": host" << host
                << " | port = " << port << std::endl;