summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/sys/Socket.h
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2009-10-12 18:03:30 +0000
committerAndrew Stitcher <astitcher@apache.org>2009-10-12 18:03:30 +0000
commit0802d37628e75297bc3a59fb323719183fb13385 (patch)
treef372d561d3788b07e4cf07f456c472950bba6b88 /cpp/src/qpid/sys/Socket.h
parentbc55fa6b1acbcb42ee18f01d5c7082482cafbb51 (diff)
downloadqpid-python-0802d37628e75297bc3a59fb323719183fb13385.tar.gz
Split Socket::listen
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@824443 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/sys/Socket.h')
-rw-r--r--cpp/src/qpid/sys/Socket.h1
1 files changed, 1 insertions, 0 deletions
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