diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2009-10-12 18:03:30 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2009-10-12 18:03:30 +0000 |
| commit | 0802d37628e75297bc3a59fb323719183fb13385 (patch) | |
| tree | f372d561d3788b07e4cf07f456c472950bba6b88 /cpp/src/qpid/sys/Socket.h | |
| parent | bc55fa6b1acbcb42ee18f01d5c7082482cafbb51 (diff) | |
| download | qpid-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.h | 1 |
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 |
