summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpidd.cpp
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2008-06-26 21:39:28 +0000
committerAlan Conway <aconway@apache.org>2008-06-26 21:39:28 +0000
commit9b4afc77de4a632ec7f1d4bf3f7e2074b07a014a (patch)
tree018dc5b0effa11169601c7960cf0ebd7c69d9d53 /qpid/cpp/src/qpidd.cpp
parent8eafbcc7821ea6a6a6976e06fe2c6810c9767e2b (diff)
downloadqpid-python-9b4afc77de4a632ec7f1d4bf3f7e2074b07a014a.tar.gz
Plugin framework change: single PluginFactory creates per-target Plugin instances.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@672032 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/qpidd.cpp')
-rw-r--r--qpid/cpp/src/qpidd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/qpidd.cpp b/qpid/cpp/src/qpidd.cpp
index 67c94383e8..64e64cab38 100644
--- a/qpid/cpp/src/qpidd.cpp
+++ b/qpid/cpp/src/qpidd.cpp
@@ -102,7 +102,7 @@ struct QpiddOptions : public qpid::Options {
add(broker);
add(daemon);
add(log);
- Plugin::addOptions(*this);
+ Plugin::Factory::addOptions(*this);
}
void usage() const {