Different listener implementations simplified

Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
This commit is contained in:
Martin Sustrik
2011-07-28 16:32:08 +02:00
parent b45fec337a
commit f63db009a1
4 changed files with 53 additions and 189 deletions

View File

@@ -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