From f63db009a1e1baf9f1fe7dae39901c7449c66131 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Thu, 28 Jul 2011 16:32:08 +0200 Subject: Different listener implementations simplified Signed-off-by: Martin Sustrik --- src/tcp_listener.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tcp_listener.hpp') diff --git a/src/tcp_listener.hpp b/src/tcp_listener.hpp index 857317a..69fde37 100644 --- a/src/tcp_listener.hpp +++ b/src/tcp_listener.hpp @@ -51,7 +51,7 @@ namespace zmq void in_event (); // Close the listening socket. - int close (); + void close (); // Accept the new connection. Returns the file descriptor of the // newly created connection. The function may return retired_fd -- cgit v1.2.3