]> git.llucax.com Git - z.facultad/75.42/plaqui.git/blobdiff - Server/include/plaqui/server/command.h
- Se arregla un semi-bug en el transmitter.
[z.facultad/75.42/plaqui.git] / Server / include / plaqui / server / command.h
index ac43f473faa32fcbdb528d765d4232ed2a9746c5..cd49d43dbe3fbf2e28d7181e2697ea4e97baa1ba 100644 (file)
@@ -114,10 +114,15 @@ namespace Server {
                        const Arguments& get_args(void) const;
 
                        /**
-                        * Agrega un argumentos.
+                        * Agrega un argumento.
                         */
                        void add_arg(const std::string& arg);
 
+                       /**
+                        * Agrega un argumento.
+                        */
+                       void add_arg(const unsigned& arg);
+
                        /**
                         * Obtiene el comando desde un pedido HTTP completo.
                         */