diff options
author | Alan Conway <aconway@apache.org> | 2008-06-26 18:12:12 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2008-06-26 18:12:12 +0000 |
commit | 8eafbcc7821ea6a6a6976e06fe2c6810c9767e2b (patch) | |
tree | 2439a2a981657e4b73d0e1c8c5ca6f12323f15a9 /qpid/cpp/src/qpidd.cpp | |
parent | 05194376a430592ddabb2657431ecc4442c3ab45 (diff) | |
download | qpid-python-8eafbcc7821ea6a6a6976e06fe2c6810c9767e2b.tar.gz |
Consolidated cluster tests in cluster_test.cpp
Improvements to BrokerFixture for testing.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@671969 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/qpidd.cpp')
-rw-r--r-- | qpid/cpp/src/qpidd.cpp | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/qpid/cpp/src/qpidd.cpp b/qpid/cpp/src/qpidd.cpp index 0194f9af23..67c94383e8 100644 --- a/qpid/cpp/src/qpidd.cpp +++ b/qpid/cpp/src/qpidd.cpp @@ -102,13 +102,7 @@ struct QpiddOptions : public qpid::Options { add(broker); add(daemon); add(log); - const Plugin::Plugins& plugins= - Plugin::getPlugins(); - for (Plugin::Plugins::const_iterator i = plugins.begin(); - i != plugins.end(); - ++i) - if ((*i)->getOptions() != 0) - add(*(*i)->getOptions()); + Plugin::addOptions(*this); } void usage() const { |