You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by as...@apache.org on 2014/09/10 15:17:13 UTC

svn commit: r1623994 - /qpid/branches/0.30/qpid/cpp/src/qpid/broker/Broker.cpp

Author: astitcher
Date: Wed Sep 10 13:17:12 2014
New Revision: 1623994

URL: http://svn.apache.org/r1623994
Log:
QPID-6089: Need to register transports with the Url parser.
[Merged from trunk r1623882]

Modified:
    qpid/branches/0.30/qpid/cpp/src/qpid/broker/Broker.cpp

Modified: qpid/branches/0.30/qpid/cpp/src/qpid/broker/Broker.cpp
URL: http://svn.apache.org/viewvc/qpid/branches/0.30/qpid/cpp/src/qpid/broker/Broker.cpp?rev=1623994&r1=1623993&r2=1623994&view=diff
==============================================================================
--- qpid/branches/0.30/qpid/cpp/src/qpid/broker/Broker.cpp (original)
+++ qpid/branches/0.30/qpid/cpp/src/qpid/broker/Broker.cpp Wed Sep 10 13:17:12 2014
@@ -1311,6 +1311,7 @@ void Broker::disableListening(std::strin
 
 void Broker::registerTransport(const std::string& name, boost::shared_ptr<TransportAcceptor> a, boost::shared_ptr<TransportConnector> c, uint16_t p) {
     transportMap[name] = TransportInfo(a, c, p);
+    Url::addProtocol(name);
 }
 
 void Broker::accept() {



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org