summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests/cluster_test.cpp
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2008-07-08 19:03:52 +0000
committerAlan Conway <aconway@apache.org>2008-07-08 19:03:52 +0000
commitc039e063a3add797a41a1975947a52b7e30d9991 (patch)
tree3057c436c1e175c2dcfdba91da8aa7fbb224f9d2 /qpid/cpp/src/tests/cluster_test.cpp
parent9876f2fd2416d543f77057c88ebf3de392cdab12 (diff)
downloadqpid-python-c039e063a3add797a41a1975947a52b7e30d9991.tar.gz
Revert un-necessary Plugin complications. Better solution for plugin extension points coming up...
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@674915 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/cluster_test.cpp')
-rw-r--r--qpid/cpp/src/tests/cluster_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/cluster_test.cpp b/qpid/cpp/src/tests/cluster_test.cpp
index 82d18aceff..65aa4d5a28 100644
--- a/qpid/cpp/src/tests/cluster_test.cpp
+++ b/qpid/cpp/src/tests/cluster_test.cpp
@@ -60,7 +60,7 @@ struct ClusterFixture : public ptr_vector<ForkedBroker> {
void ClusterFixture::add() {
broker::Broker::Options opts;
- Plugin::Factory::addOptions(opts); // For cluster options.
+ Plugin::addOptions(opts); // For cluster options.
const char* argv[] = {
"", "--cluster-name", name.c_str(), "--auth=no", "--no-data-dir"
};