]> git.llucax.com Git - z.facultad/75.42/plaqui.git/blobdiff - Server/include/plaqui/server/command.h
- Se sobreescribe el método Connection::finish() para que cierre el socket.
[z.facultad/75.42/plaqui.git] / Server / include / plaqui / server / command.h
index 019cad2e20c6ae5ae316a421ae0a76f9ee7e53bb..fafa951771fad114699cb73b4f0fce2dfe59a92c 100644 (file)
@@ -91,7 +91,7 @@ namespace Server {
                        /**
                         * Obtiene el destino.
                         */
                        /**
                         * Obtiene el destino.
                         */
-                       const std::string& get_target(void);
+                       const std::string& get_target(void) const;
 
                        /**
                         * Establece el comando.
 
                        /**
                         * Establece el comando.
@@ -101,7 +101,7 @@ namespace Server {
                        /**
                         * Obtiene el comand.
                         */
                        /**
                         * Obtiene el comand.
                         */
-                       const std::string& get_command(void);
+                       const std::string& get_command(void) const;
 
                        /**
                         * Establece los argumentos.
 
                        /**
                         * Establece los argumentos.
@@ -111,7 +111,7 @@ namespace Server {
                        /**
                         * Obtiene los argumentos.
                         */
                        /**
                         * Obtiene los argumentos.
                         */
-                       const Arguments& get_args(void);
+                       const Arguments& get_args(void) const;
 
                        /**
                         * Agrega un argumentos.
 
                        /**
                         * Agrega un argumentos.