diff options
| author | Gordon Sim <gsim@apache.org> | 2008-03-26 18:38:35 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2008-03-26 18:38:35 +0000 |
| commit | acbb09499a53795a57d6c59822942ab8de814456 (patch) | |
| tree | cb28bbf4dafd203e459f61523bf0313907d93f08 /qpid/cpp/src/Makefile.am | |
| parent | e4a43d02ff75fcc2f18bb80acd6f91ffc89ee232 (diff) | |
| download | qpid-python-acbb09499a53795a57d6c59822942ab8de814456.tar.gz | |
Update to dtx inline with latest spec:
* Updated dtx handling in c++ broker to take account of separation of completion and acceptance.
* Added final dtx method defs to extra xml fragment and implemented appropriate handlers in c++ broker.
* Converted dtx python tests (recover test still requires some work on decoding arrays).
* Allow creation of structs without type codes through a python session method.
* Fixed exception handling in python client for commands with results.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@641464 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, 2 insertions, 0 deletions
diff --git a/qpid/cpp/src/Makefile.am b/qpid/cpp/src/Makefile.am index d40bbf699e..b71bd754f7 100644 --- a/qpid/cpp/src/Makefile.am +++ b/qpid/cpp/src/Makefile.am @@ -229,6 +229,7 @@ libqpidbroker_la_SOURCES = \ qpid/broker/System.cpp \ qpid/broker/Timer.cpp \ qpid/broker/TopicExchange.cpp \ + qpid/broker/TxAccept.cpp \ qpid/broker/TxAck.cpp \ qpid/broker/TxBuffer.cpp \ qpid/broker/TxPublish.cpp \ @@ -352,6 +353,7 @@ nobase_include_HEADERS = \ qpid/broker/Timer.h \ qpid/broker/TopicExchange.h \ qpid/broker/TransactionalStore.h \ + qpid/broker/TxAccept.h \ qpid/broker/TxAck.h \ qpid/broker/TxBuffer.h \ qpid/broker/TxOp.h \ |
