diff options
| author | Kim van der Riet <kpvdr@apache.org> | 2012-05-04 14:16:21 +0000 |
|---|---|---|
| committer | Kim van der Riet <kpvdr@apache.org> | 2012-05-04 14:16:21 +0000 |
| commit | c73f9286ebff93a6c8dbc29cf05e258c4b55c976 (patch) | |
| tree | 3ebfcc1863971d19c6f0fcbacaa412a02f644368 /cpp/src/Makefile.am | |
| parent | 12702f1464b22334acb5e459791f949eb4a9e2d5 (diff) | |
| download | qpid-python-c73f9286ebff93a6c8dbc29cf05e258c4b55c976.tar.gz | |
QPID-3858: WIP - Updates to async store interface. Removed the errors/exception classes, will use qpid exceptions instead. Some class renaming.
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/asyncstore@1333978 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/Makefile.am')
| -rw-r--r-- | cpp/src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Makefile.am b/cpp/src/Makefile.am index 911621295b..7162245c53 100644 --- a/cpp/src/Makefile.am +++ b/cpp/src/Makefile.am @@ -532,6 +532,7 @@ libqpidbroker_la_SOURCES = \ qpid/broker/Bridge.h \ qpid/broker/Broker.cpp \ qpid/broker/Broker.h \ + qpid/broker/BrokerContext.h \ qpid/broker/BrokerImportExport.h \ qpid/broker/Connection.cpp \ qpid/broker/Connection.h \ @@ -672,7 +673,6 @@ libqpidbroker_la_SOURCES = \ qpid/broker/SignalHandler.cpp \ qpid/broker/SignalHandler.h \ qpid/broker/StatefulQueueObserver.h \ - qpid/broker/StoreToken.h \ qpid/broker/System.cpp \ qpid/broker/System.h \ qpid/broker/ThresholdAlerts.cpp \ |
