diff options
author | Alan Conway <aconway@apache.org> | 2008-07-08 19:03:52 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2008-07-08 19:03:52 +0000 |
commit | af6e0524bdd933fadf0baa454b461a91526a3347 (patch) | |
tree | 14f6328aad1107f7b80a0d1a6d8aa32204b90973 /cpp/src/tests/cluster_test.cpp | |
parent | 1b4c02dc9fbef138f7ed59550d533fe3ae13017f (diff) | |
download | qpid-python-af6e0524bdd933fadf0baa454b461a91526a3347.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/qpid@674915 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/cluster_test.cpp')
-rw-r--r-- | cpp/src/tests/cluster_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/cluster_test.cpp b/cpp/src/tests/cluster_test.cpp index 82d18aceff..65aa4d5a28 100644 --- a/cpp/src/tests/cluster_test.cpp +++ b/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" }; |