]> git.llucax.com Git - z.facultad/75.42/plaqui.git/blobdiff - Server/tests/server_test.cpp
Se muda el namespace Plaqui a PlaQui::Server. Se completa un poco la clase Runnable.
[z.facultad/75.42/plaqui.git] / Server / tests / server_test.cpp
index 2e169354007bfc9e0dfd1f4322879b20b533b9d2..5b0df0034595e83183932cafd39f04f0e95a736c 100644 (file)
@@ -32,7 +32,7 @@
 #include <exception>
 
 using namespace std;
 #include <exception>
 
 using namespace std;
-using namespace Plaqui;
+using namespace PlaQui::Server;
 
 int main(int argc, char* argv[]) {
 
 
 int main(int argc, char* argv[]) {