]> git.llucax.com Git - z.facultad/75.42/plaqui.git/blobdiff - Server/include/plaqui/server/server.h
- Se arregla un semi-bug en el transmitter.
[z.facultad/75.42/plaqui.git] / Server / include / plaqui / server / server.h
index 5f2e959deb794bb2cf3fed3cf7a8dc24231db28b..21a1958e798dd6dc6973d8c65bd28e801059a6b5 100644 (file)
@@ -112,6 +112,11 @@ namespace Server {
                         */
                        HTTPResponse* cmd_plant_list(void);
 
                         */
                        HTTPResponse* cmd_plant_list(void);
 
+                       /**
+                        * Maneja el comando plant/get.
+                        */
+                       HTTPResponse* cmd_plant_get(const Command& command);
+
                        /**
                         * Maneja el comando plant/stop.
                         */
                        /**
                         * Maneja el comando plant/stop.
                         */
@@ -129,7 +134,8 @@ namespace Server {
                         *
                         * \param port Puerto en el cual escuchar.
                         */
                         *
                         * \param port Puerto en el cual escuchar.
                         */
-                       Server(int port = 7522);
+                       Server(const std::string& plant_filename,
+                                       const Connection::Port& port = 7522);
 
                        /**
                         * Maneja los comandos recibidos por las conexiones.
 
                        /**
                         * Maneja los comandos recibidos por las conexiones.