X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/ffe5447aa2d71b5296cbdd36c48d5f9d59e249af..6bffb655ac989fe4f115763270f84175bf24e4bb:/Server/include/plaqui/server/command.h diff --git a/Server/include/plaqui/server/command.h b/Server/include/plaqui/server/command.h index 019cad2..fafa951 100644 --- a/Server/include/plaqui/server/command.h +++ b/Server/include/plaqui/server/command.h @@ -91,7 +91,7 @@ namespace Server { /** * Obtiene el destino. */ - const std::string& get_target(void); + const std::string& get_target(void) const; /** * Establece el comando. @@ -101,7 +101,7 @@ namespace Server { /** * Obtiene el comand. */ - const std::string& get_command(void); + const std::string& get_command(void) const; /** * Establece los argumentos. @@ -111,7 +111,7 @@ namespace Server { /** * Obtiene los argumentos. */ - const Arguments& get_args(void); + const Arguments& get_args(void) const; /** * Agrega un argumentos.