diff options
| author | Gordon Sim <gsim@apache.org> | 2008-04-22 20:14:15 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2008-04-22 20:14:15 +0000 |
| commit | 1852df5d00eda8d25b7c11a01144fca629fc6427 (patch) | |
| tree | 44162d68c73cc55f01b9818aa1333a0187916823 /cpp/src/qpid/broker/ConnectionFactory.cpp | |
| parent | 7b977ed726d89a5a28f6113a0252c8ccc17ed64b (diff) | |
| download | qpid-python-1852df5d00eda8d25b7c11a01144fca629fc6427.tar.gz | |
Moved federation to final 0-10 codepath
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@650635 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/broker/ConnectionFactory.cpp')
| -rw-r--r-- | cpp/src/qpid/broker/ConnectionFactory.cpp | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/cpp/src/qpid/broker/ConnectionFactory.cpp b/cpp/src/qpid/broker/ConnectionFactory.cpp index cb831f3023..7e20408388 100644 --- a/cpp/src/qpid/broker/ConnectionFactory.cpp +++ b/cpp/src/qpid/broker/ConnectionFactory.cpp @@ -43,11 +43,8 @@ ConnectionFactory::create(ProtocolVersion v, sys::OutputControl& out, const std: sys::ConnectionCodec* ConnectionFactory::create(sys::OutputControl& out, const std::string& id) { - // FIXME aconway 2008-03-18: - - // gsim 2008-03-26 this seems only to be used when creating - // connections from one broker to another - return new PreviewConnectionCodec(out, broker, id, true); + // used to create connections from one broker to another + return new amqp_0_10::Connection(out, broker, id, true); } }} // namespace qpid::broker |
