summaryrefslogtreecommitdiff
path: root/cpp/src/Makefile.am
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2007-06-27 22:40:49 +0000
committerAlan Conway <aconway@apache.org>2007-06-27 22:40:49 +0000
commite1de334597e23b55c9e91c1f853f52e8313ba103 (patch)
tree57cc058374abbe27a0a119d795264e428fdf4579 /cpp/src/Makefile.am
parent0efcf2c5c91f4927ccc00ad1cf391c2f964cc2e1 (diff)
downloadqpid-python-e1de334597e23b55c9e91c1f853f52e8313ba103.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/qpid@551363 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/Makefile.am')
-rw-r--r--cpp/src/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/cpp/src/Makefile.am b/cpp/src/Makefile.am
index 1235c4d7fa..f0fbf7e672 100644
--- a/cpp/src/Makefile.am
+++ b/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 = \