summaryrefslogtreecommitdiff
path: root/qpid/cpp/rubygen
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2008-03-26 18:38:35 +0000
committerGordon Sim <gsim@apache.org>2008-03-26 18:38:35 +0000
commitacbb09499a53795a57d6c59822942ab8de814456 (patch)
treecb28bbf4dafd203e459f61523bf0313907d93f08 /qpid/cpp/rubygen
parente4a43d02ff75fcc2f18bb80acd6f91ffc89ee232 (diff)
downloadqpid-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/rubygen')
-rwxr-xr-xqpid/cpp/rubygen/99-0/Proxy.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/rubygen/99-0/Proxy.rb b/qpid/cpp/rubygen/99-0/Proxy.rb
index 85db52da5b..87d809d4ad 100755
--- a/qpid/cpp/rubygen/99-0/Proxy.rb
+++ b/qpid/cpp/rubygen/99-0/Proxy.rb
@@ -43,6 +43,7 @@ EOS
include "qpid/framing/Proxy.h"
include "qpid/framing/Array.h"
include "qpid/framing/amqp_types.h"
+ include "qpid/framing/amqp_structs.h"
namespace("qpid::framing") {
cpp_class(@classname, "public Proxy") {
public