diff options
author | Andrew Stitcher <astitcher@apache.org> | 2012-08-29 17:51:29 +0000 |
---|---|---|
committer | Andrew Stitcher <astitcher@apache.org> | 2012-08-29 17:51:29 +0000 |
commit | ea33c76dd2238e2bc960ad752128f883bd1e6e20 (patch) | |
tree | 5a9556a3c207c011c7d7acaa44ac7e81e495e0b3 /cpp/src/qpid/sys/ssl/SslSocket.h | |
parent | e77c42f64df3db3a2a98da5a71e91f33e86b6d72 (diff) | |
download | qpid-python-ea33c76dd2238e2bc960ad752128f883bd1e6e20.tar.gz |
NO-JIRA: Remove redundant stuff from SslSocket
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1378661 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 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cpp/src/qpid/sys/ssl/SslSocket.h b/cpp/src/qpid/sys/ssl/SslSocket.h index eabadcbe23..4d28b231a0 100644 --- a/cpp/src/qpid/sys/ssl/SslSocket.h +++ b/cpp/src/qpid/sys/ssl/SslSocket.h @@ -76,9 +76,6 @@ public: int read(void *buf, size_t count) const; int write(const void *buf, size_t count) const; - uint16_t getLocalPort() const; - uint16_t getRemotePort() const; - int getKeyLen() const; std::string getClientAuthId() const; |