diff options
| author | Alan Conway <aconway@apache.org> | 2012-06-08 15:24:30 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2012-06-08 15:24:30 +0000 |
| commit | ea0c222a318baf1cd71eb363f1244e04ca3c74de (patch) | |
| tree | 4af3254114f350d7ea80751b63ae599ccd622b17 /qpid/cpp/src/Makefile.am | |
| parent | ba3b6c53f4072744aecbac429c8eab66631d84c6 (diff) | |
| download | qpid-python-ea0c222a318baf1cd71eb363f1244e04ca3c74de.tar.gz | |
QPID-3603: Add ConfigurationObserver.
Allows plugins to observe configuration events queue create/destroy,
exchange create/destroy and bind/unbind.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1348114 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/Makefile.am')
| -rw-r--r-- | qpid/cpp/src/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qpid/cpp/src/Makefile.am b/qpid/cpp/src/Makefile.am index 63c8b0e1e2..d021843f16 100644 --- a/qpid/cpp/src/Makefile.am +++ b/qpid/cpp/src/Makefile.am @@ -549,6 +549,8 @@ libqpidbroker_la_SOURCES = \ qpid/broker/ConsumerFactory.h \ qpid/broker/ConnectionObserver.h \ qpid/broker/ConnectionObservers.h \ + qpid/broker/ConfigurationObserver.h \ + qpid/broker/ConfigurationObservers.h \ qpid/broker/Daemon.cpp \ qpid/broker/Daemon.h \ qpid/broker/Deliverable.h \ @@ -611,6 +613,7 @@ libqpidbroker_la_SOURCES = \ qpid/broker/NameGenerator.h \ qpid/broker/NullMessageStore.cpp \ qpid/broker/NullMessageStore.h \ + qpid/broker/Observers.h \ qpid/broker/OwnershipToken.h \ qpid/broker/Persistable.h \ qpid/broker/PersistableConfig.h \ |
