]> git.llucax.com Git - z.facultad/75.42/plaqui.git/blobdiff - Server/include/plaqui/server/connection.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 / connection.h
index c700fcb7d6bbecb033cf1c1ccac9e36532dc16bd..c35337be24329066828f03aa2ede21887acc2e07 100644 (file)
@@ -109,12 +109,12 @@ namespace Server {
                        /**
                         * Obtiene el nombre del host local de la conexión.
                         */
-                       const std::string get_host(void) const;
+                       const std::string& get_host(void) const;
 
                        /**
                         * Obtiene el puerto local de la conexión.
                         */
-                       const Port get_port(void) const;
+                       const Port& get_port(void) const;
 
        };