diff options
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 |
