]> git.llucax.com Git - z.facultad/75.42/plaqui.git/blobdiff - Server/include/plaqui/server/receiver.h
le agregue unas lineas a lo que dejo ricky, nada del otro mundo, muy formal
[z.facultad/75.42/plaqui.git] / Server / include / plaqui / server / receiver.h
index c33fd287b1bdfd94ffe235b606f09a6369bf4cc5..c41847707a938536801630923ab6fd4039853cce 100644 (file)
@@ -52,14 +52,20 @@ namespace Server {
                        static const std::string FRAME_END;
 
                /////////////////////////////////////////////////////////////////////
-               // Tipos.
+               /// \name Señales
+               //@{
 
                public:
 
                        /// Tipo de señal para indicar que se recibió un cuadro.
                        typedef SigC::Signal1<void, const std::string&> SignalFrameReceived;
 
+                       /// Obtiene la señal que avisa cuando se recibió un cuadro.
+                       SignalFrameReceived& signal_frame_received(void);
+
+               //@}
 
+               /////////////////////////////////////////////////////////////////////
                // Atributos.
 
                private:
@@ -75,7 +81,7 @@ namespace Server {
                        /**
                         * Recibe la transmisión.
                         */
-                       virtual void real_run(void);
+                       virtual void real_run(void) throw();
 
                public:
 
@@ -93,11 +99,6 @@ namespace Server {
                        Receiver(const Connection::Port& port = 7528,
                                        const std::string& host = "localhost") throw(sockerr);
 
-                       /**
-                        * Obtiene la señal que avisa cuando se recibió un cuadro.
-                        */
-                       SignalFrameReceived& signal_frame_received(void);
-
        };
 
 }