summaryrefslogtreecommitdiff
path: root/cpp/xml
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2008-03-07 19:07:32 +0000
committerGordon Sim <gsim@apache.org>2008-03-07 19:07:32 +0000
commit039d4461a0c1bb44731bbee6df58c0ee0c1673cf (patch)
tree242e9dcd96b51dbe14ea8d474347a00b7c8fe6b5 /cpp/xml
parent28bb2c5583a4747594c869af46593f223344a043 (diff)
downloadqpid-python-039d4461a0c1bb44731bbee6df58c0ee0c1673cf.tar.gz
Added acquire impl to final 0-10 codepath
Converted some more python tests git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@634780 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/xml')
-rw-r--r--cpp/xml/extra.xml11
1 files changed, 10 insertions, 1 deletions
diff --git a/cpp/xml/extra.xml b/cpp/xml/extra.xml
index f8bd7688b4..23df91e492 100644
--- a/cpp/xml/extra.xml
+++ b/cpp/xml/extra.xml
@@ -670,7 +670,16 @@
<field name="commands" domain="sequence-set"/>
<field name="set-redelivered" domain="bit"/>
</method>
-
+ <method name = "acquire" index="5">
+ <doc>blah, blah</doc>
+ <chassis name="server" implement="MUST" />
+ <field name="transfers" domain="sequence-set"/>
+ <result>
+ <struct size="long" type="4">
+ <field name="transfers" domain="sequence-set"/>
+ </struct>
+ </result>
+ </method>
<method name = "subscribe" index="7">
<doc>blah, blah</doc>