diff options
| author | Alan Conway <aconway@apache.org> | 2007-06-27 22:40:49 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2007-06-27 22:40:49 +0000 |
| commit | 2a88b7a2e6121d70f61184e6bc62c954129ce58d (patch) | |
| tree | eadfd115d8d7fea5b33762e7b3f0884238280bef /qpid/cpp/src/Makefile.am | |
| parent | 7ded010ea1e46465b97bdd199ad36dcd7d646e8e (diff) | |
| download | qpid-python-2a88b7a2e6121d70f61184e6bc62c954129ce58d.tar.gz | |
* src/qpid/broker/Plugin.h: Base class for plug-in objects.
Plugins can contribute configuration options and can call
extension point functions on the broker.
* src/qpid/broker/ChannelInitializer.h: Interface for plug-in
objects that want to modify newly created channels, e.g. to
modify the handler chains.
* src/qpid/broker/Broker.h: Added extension point for plug-ins to
contribute ChannelInitializer objects.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@551363 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/Makefile.am')
| -rw-r--r-- | qpid/cpp/src/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/qpid/cpp/src/Makefile.am b/qpid/cpp/src/Makefile.am index 1235c4d7fa..f0fbf7e672 100644 --- a/qpid/cpp/src/Makefile.am +++ b/qpid/cpp/src/Makefile.am @@ -217,7 +217,10 @@ libqpidbroker_la_SOURCES = \ qpid/broker/TopicExchange.cpp \ qpid/broker/TxAck.cpp \ qpid/broker/TxBuffer.cpp \ - qpid/broker/TxPublish.cpp + qpid/broker/TxPublish.cpp \ + qpid/broker/Plugin.h \ + qpid/broker/Plugin.cpp \ + qpid/broker/ChannelInitializer.h libqpidclient_la_LIBADD = libqpidcommon.la libqpidclient_la_SOURCES = \ |
