diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2009-03-04 04:22:50 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2009-03-04 04:22:50 +0000 |
| commit | 226868507b7d81df9e779f8472b38dbf4c44d14f (patch) | |
| tree | fa264d419eac9d0880c45e67305eee47b79ff502 /cpp/src/qpid/sys/ssl/SslSocket.h | |
| parent | 23b5cf86fe6ee3fe38281435b60db15c26d200fb (diff) | |
| download | qpid-python-226868507b7d81df9e779f8472b38dbf4c44d14f.tar.gz | |
QPID-1710 Removed unnecessary nonportable internal API
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@749894 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/sys/ssl/SslSocket.h')
| -rw-r--r-- | cpp/src/qpid/sys/ssl/SslSocket.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/sys/ssl/SslSocket.h b/cpp/src/qpid/sys/ssl/SslSocket.h index a82e9133e8..7434667b78 100644 --- a/cpp/src/qpid/sys/ssl/SslSocket.h +++ b/cpp/src/qpid/sys/ssl/SslSocket.h @@ -64,7 +64,7 @@ public: * Accept a connection from a socket that is already listening * and has an incoming connection */ - SslSocket* accept(struct sockaddr *addr, socklen_t *addrlen) const; + SslSocket* accept() const; // TODO The following are raw operations, maybe they need better wrapping? int read(void *buf, size_t count) const; |
