From 0802d37628e75297bc3a59fb323719183fb13385 Mon Sep 17 00:00:00 2001 From: Andrew Stitcher Date: Mon, 12 Oct 2009 18:03:30 +0000 Subject: Split Socket::listen git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@824443 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/sys/Socket.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cpp/src/qpid/sys/Socket.h') diff --git a/cpp/src/qpid/sys/Socket.h b/cpp/src/qpid/sys/Socket.h index 4a8cf0dd50..76b993fd63 100644 --- a/cpp/src/qpid/sys/Socket.h +++ b/cpp/src/qpid/sys/Socket.h @@ -56,6 +56,7 @@ public: *@return The bound port. */ QPID_COMMON_EXTERN int listen(uint16_t port = 0, int backlog = 10) const; + QPID_COMMON_EXTERN int listen(const SocketAddress&, int backlog = 10) const; /** Returns the "socket name" ie the address bound to * the near end of the socket -- cgit v1.2.1