From fe3043fa600e1294631a324a39a9302938bf8016 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Thu, 30 Aug 2007 17:06:44 +0000 Subject: - Update cluster code to work with new FrameHandler - Update ClassifierHandler to use Visitor rather than map. - Replace heap allocation in cluster classes with boost::optional. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@571246 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/tests/Cluster.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid/cpp/src/tests/Cluster.h') diff --git a/qpid/cpp/src/tests/Cluster.h b/qpid/cpp/src/tests/Cluster.h index 366ea92a8b..d14d7c1392 100644 --- a/qpid/cpp/src/tests/Cluster.h +++ b/qpid/cpp/src/tests/Cluster.h @@ -58,7 +58,7 @@ typedef TestHandler TestFrameHandler; struct TestCluster : public Cluster { TestCluster(string name, string url) - : Cluster(name, url, make_shared_ptr(&received, nullDeleter)) {} + : Cluster(name, url, *(qpid::broker::Broker*)0) {} /** Wait for cluster to be of size n. */ bool waitFor(size_t n) { -- cgit v1.2.1