summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/sys/ProtocolFactory.h
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2011-05-26 20:38:27 +0000
committerAndrew Stitcher <astitcher@apache.org>2011-05-26 20:38:27 +0000
commit17901dc92b36cdd2af8f96771107bf5594beb3ce (patch)
tree1ba9c01f77e8555e6cd243a833d6b30619e4d6a5 /cpp/src/qpid/sys/ProtocolFactory.h
parentc3dc35783ba563428aa13ef971fb0950b046e250 (diff)
downloadqpid-python-17901dc92b36cdd2af8f96771107bf5594beb3ce.tar.gz
NO-JIRA: Remove a lot of redundant stuff from the Socket code
- Removal of unused code git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1128065 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/sys/ProtocolFactory.h')
-rw-r--r--cpp/src/qpid/sys/ProtocolFactory.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/qpid/sys/ProtocolFactory.h b/cpp/src/qpid/sys/ProtocolFactory.h
index 5fc2df087f..4d198a92da 100644
--- a/cpp/src/qpid/sys/ProtocolFactory.h
+++ b/cpp/src/qpid/sys/ProtocolFactory.h
@@ -39,7 +39,6 @@ class ProtocolFactory : public qpid::SharedObject<ProtocolFactory>
virtual ~ProtocolFactory() = 0;
virtual uint16_t getPort() const = 0;
- virtual std::string getHost() const = 0;
virtual void accept(boost::shared_ptr<Poller>, ConnectionCodec::Factory*) = 0;
virtual void connect(
boost::shared_ptr<Poller>,