]> git.llucax.com Git - z.facultad/75.42/plaqui.git/blobdiff - Server/include/plaqui/server/receiver.h
Varios cambios:
[z.facultad/75.42/plaqui.git] / Server / include / plaqui / server / receiver.h
index 1ac45efc3ad6f8dc7d588a2052a3460db66877e3..c33fd287b1bdfd94ffe235b606f09a6369bf4cc5 100644 (file)
@@ -40,6 +40,7 @@ namespace Server {
        /// Conexión para recibir el estado de una planta.
        class Receiver: public Connection {
 
+               /////////////////////////////////////////////////////////////////////
                // Constantes.
 
                private:
@@ -50,7 +51,7 @@ namespace Server {
                        /// Marca de fin de frame.
                        static const std::string FRAME_END;
 
-
+               /////////////////////////////////////////////////////////////////////
                // Tipos.
 
                public:
@@ -66,7 +67,7 @@ namespace Server {
                        /// Señal que indica que se recibió un cuadro.
                        SignalFrameReceived frame_received;
 
-
+               /////////////////////////////////////////////////////////////////////
                // Métodos.
 
                private:
@@ -90,7 +91,7 @@ namespace Server {
                         * \param host Host del cual recibir el estado de la planta.
                         */
                        Receiver(const Connection::Port& port = 7528,
-                                       const std::string& host = "localhost");
+                                       const std::string& host = "localhost") throw(sockerr);
 
                        /**
                         * Obtiene la señal que avisa cuando se recibió un cuadro.