summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/client/TCPConnector.cpp
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2013-06-10 19:46:37 +0000
committerAndrew Stitcher <astitcher@apache.org>2013-06-10 19:46:37 +0000
commit8bb04cee8094c1956107435081089b1e2e13688d (patch)
tree6b0cdaae38cc99966a8ab066b7c1eb12e1e1a042 /cpp/src/qpid/client/TCPConnector.cpp
parent1850d5fa9a76456d7a817bd0a48603ac6208f0ee (diff)
downloadqpid-python-8bb04cee8094c1956107435081089b1e2e13688d.tar.gz
QPID-4905: Remove unused members in Connector interface
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1491579 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/client/TCPConnector.cpp')
-rw-r--r--cpp/src/qpid/client/TCPConnector.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/cpp/src/qpid/client/TCPConnector.cpp b/cpp/src/qpid/client/TCPConnector.cpp
index 502be900f7..777ba87348 100644
--- a/cpp/src/qpid/client/TCPConnector.cpp
+++ b/cpp/src/qpid/client/TCPConnector.cpp
@@ -177,14 +177,6 @@ void TCPConnector::setShutdownHandler(ShutdownHandler* handler){
shutdownHandler = handler;
}
-OutputHandler* TCPConnector::getOutputHandler() {
- return this;
-}
-
-sys::ShutdownHandler* TCPConnector::getShutdownHandler() const {
- return shutdownHandler;
-}
-
const std::string& TCPConnector::getIdentifier() const {
return identifier;
}