]> git.llucax.com Git - z.facultad/75.42/plaqui.git/blobdiff - Server/src/string.cpp
Se muda el namespace Plaqui a PlaQui::Server. Se completa un poco la clase Runnable.
[z.facultad/75.42/plaqui.git] / Server / src / string.cpp
index caa657b3d5522199c7999192b2264439f972645d..24904a76c3bf00d751fa59fb21a7876fa3c6cf93 100644 (file)
@@ -32,7 +32,7 @@
 #      include <iostream>
 #endif // DEBUG
 
-using namespace Plaqui;
+using namespace PlaQui::Server;
 
 const std::string String::SPACE_CHARS = " \t\n\r";