]> git.llucax.com Git - z.facultad/75.42/plaqui.git/blobdiff - Server/include/plaqui/server/string.h
Se agregan mas cosas nuevas, todavia no compila.
[z.facultad/75.42/plaqui.git] / Server / include / plaqui / server / string.h
index 292055fd92895dbff668158ecb18b22009e8a9a7..53752e444cefbb791b2ccd8a24ab35ed045be8ea 100644 (file)
@@ -30,7 +30,9 @@
 
 #include <string>
 
 
 #include <string>
 
-namespace Plaqui {
+namespace PlaQui {
+
+namespace Server {
 
        /// Conexión.
        class String: public std::string {
 
        /// Conexión.
        class String: public std::string {
@@ -43,7 +45,7 @@ namespace Plaqui {
                        /**
                         * Destructor.
                         */
                        /**
                         * Destructor.
                         */
-                       virtual ~String(void) {}
+                       virtual ~String(void);
 
                        /**
                         * Constructor.
 
                        /**
                         * Constructor.
@@ -73,4 +75,6 @@ namespace Plaqui {
 
 }
 
 
 }
 
+}
+
 #endif // PLAQUI_STRING_H 
 #endif // PLAQUI_STRING_H