diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2009-01-08 06:20:28 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2009-01-08 06:20:28 +0000 |
| commit | 08454f1f40110c92405042da1bc6928052f7fed7 (patch) | |
| tree | ffd1b98af902200ea199a2ecefd7d5f874bef4c5 /cpp/src/qpid/broker | |
| parent | fad74cee5d3cc7f1efb48adafdf52f4242019e54 (diff) | |
| download | qpid-python-08454f1f40110c92405042da1bc6928052f7fed7.tar.gz | |
Tidied up a number of TODO items
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@732620 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/broker')
| -rw-r--r-- | cpp/src/qpid/broker/Broker.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/src/qpid/broker/Broker.h b/cpp/src/qpid/broker/Broker.h index c64bfa8a9f..ac972b0325 100644 --- a/cpp/src/qpid/broker/Broker.h +++ b/cpp/src/qpid/broker/Broker.h @@ -205,8 +205,6 @@ class Broker : public sys::Runnable, public Plugin::Target, const std::string& destQueue, uint32_t qty); - // TODO: There isn't a single ProtocolFactory so the use of the following needs to be fixed - // For the present just return the first ProtocolFactory registered. boost::shared_ptr<sys::ProtocolFactory> getProtocolFactory(const std::string& name = TCP_TRANSPORT) const; /** Expose poller so plugins can register their descriptors. */ |
