[EMAIL PROTECTED] wrote:
Author: aconway
Date: Wed Aug 29 16:27:40 2007
New Revision: 570982
Alan,
This checkin causes compilation errors for me (included below) in the
cluster code (due to the change in the Handler definitions). I'm not
sure exactly what change you have in mind here (have a Chains member or
inherit from Chains) so I'll leave it to you to fix(!).
Thanks,
--Gordon.
qpid/cluster/ClusterPlugin.cpp: In member function 'virtual void
qpid::cluster::ClusterPlugin::initialize(qpid::Plugin::Target&)':
qpid/cluster/ClusterPlugin.cpp:55: error: no matching function for call
to 'qpid::cluster::Cluster::Cluster(std::string&, std::string,
boost::shared_ptr<qpid::cluster::SessionManager>&)'
./qpid/cluster/Cluster.h:68: note: candidates are:
qpid::cluster::Cluster::Cluster(const std::string&, const std::string&,
const qpid::framing::Handler<qpid::framing::AMQFrame&>::Chain&)
./qpid/cluster/Cluster.h:50: note:
qpid::cluster::Cluster::Cluster(const qpid::cluster::Cluster&)
qpid/cluster/ClusterPlugin.cpp:56: error: no matching function for call
to
'qpid::cluster::SessionManager::setClusterSend(boost::shared_ptr<qpid::cluster::Cluster>&)'
./qpid/cluster/SessionManager.h:50: note: candidates are: void
qpid::cluster::SessionManager::setClusterSend(const
qpid::framing::Handler<qpid::framing::AMQFrame&>::Chain&)