]> git.llucax.com Git - z.facultad/75.42/plaqui.git/blobdiff - Server/include/plaqui/server/controlclient.h
arregle un poquito la and
[z.facultad/75.42/plaqui.git] / Server / include / plaqui / server / controlclient.h
index 507d222311866a7b36ac52ac22d6ed9b6055a2bc..d046c8fa315e487a7029ef469b39b9d32cf1f501 100644 (file)
@@ -67,7 +67,7 @@ namespace Server {
                        SignalErrorReceived error_received;
 
                        /// Receptor del estado de la planta TODO Temporal.
                        SignalErrorReceived error_received;
 
                        /// Receptor del estado de la planta TODO Temporal.
-                       Receiver receiver;
+                       Receiver* receiver;
 
                // Métodos.
 
 
                // Métodos.
 
@@ -88,9 +88,9 @@ namespace Server {
                        /**
                         * Constructor.
                         *
                        /**
                         * Constructor.
                         *
-                        * \param host Host al cual conectarse para enviar comandos de
+                        * \param _host Host al cual conectarse para enviar comandos de
                         *                         control.
                         *                         control.
-                        * \param port Puerto al cual conectarse.
+                        * \param _port Puerto al cual conectarse.
                         */
                        ControlClient(const std::string& _host = "localhost",
                                        const Connection::Port& _port = 7522) throw(sockerr);
                         */
                        ControlClient(const std::string& _host = "localhost",
                                        const Connection::Port& _port = 7522) throw(sockerr);