diff options
| author | Gordon Sim <gsim@apache.org> | 2008-06-09 20:53:57 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2008-06-09 20:53:57 +0000 |
| commit | 139e4884dbc5efb83d1de9b4562ed26fd8f16f34 (patch) | |
| tree | eea32f79b1996b1b1e66e67f495e9b2ec16c9356 /qpid/cpp/src/Makefile.am | |
| parent | 7df7f79a8a05a64b6f70d64202f628bce21f8d42 (diff) | |
| download | qpid-python-139e4884dbc5efb83d1de9b4562ed26fd8f16f34.tar.gz | |
Moved from AccumulatedAck to SequenceSet in managing transactional accepts
Added transactional option to perftest
Removed clientid from ConnectionSettings as it appears not to be used
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@665890 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/Makefile.am')
| -rw-r--r-- | qpid/cpp/src/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/qpid/cpp/src/Makefile.am b/qpid/cpp/src/Makefile.am index 9891f225cb..d498b1f60e 100644 --- a/qpid/cpp/src/Makefile.am +++ b/qpid/cpp/src/Makefile.am @@ -294,7 +294,6 @@ libqpidbroker_la_SOURCES = \ qpid/broker/Timer.cpp \ qpid/broker/TopicExchange.cpp \ qpid/broker/TxAccept.cpp \ - qpid/broker/TxAck.cpp \ qpid/broker/TxBuffer.cpp \ qpid/broker/TxPublish.cpp \ qpid/broker/Vhost.cpp \ @@ -429,7 +428,6 @@ nobase_include_HEADERS = \ qpid/broker/TopicExchange.h \ qpid/broker/TransactionalStore.h \ qpid/broker/TxAccept.h \ - qpid/broker/TxAck.h \ qpid/broker/TxBuffer.h \ qpid/broker/TxOp.h \ qpid/broker/TxPublish.h \ |
