From eabcd5c760c8d3b3e8f6f45a29c19148560f91cd Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Thu, 26 Jun 2008 18:12:12 +0000 Subject: Consolidated cluster tests in cluster_test.cpp Improvements to BrokerFixture for testing. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@671969 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/Plugin.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cpp/src/qpid/Plugin.h') diff --git a/cpp/src/qpid/Plugin.h b/cpp/src/qpid/Plugin.h index 7b01c83273..3ead770129 100644 --- a/cpp/src/qpid/Plugin.h +++ b/cpp/src/qpid/Plugin.h @@ -88,6 +88,9 @@ class Plugin : boost::noncopyable * Caller must not delete plugin pointers. */ static const Plugins& getPlugins(); + + /** For each registered plugin, add plugin.getOptions() to opts. */ + static void addOptions(Options& opts); }; } // namespace qpid -- cgit v1.2.1