diff options
| author | Gordon Sim <gsim@apache.org> | 2008-03-07 19:07:32 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2008-03-07 19:07:32 +0000 |
| commit | 8f4d89dccf62bc6a0a41d9221049b136611e92dc (patch) | |
| tree | beb6def1c353198b6438e25bfaca4c0bf85d8d0b /qpid/cpp/xml | |
| parent | c8c75599115f4c8e8d610f16aaee77f1aed9324c (diff) | |
| download | qpid-python-8f4d89dccf62bc6a0a41d9221049b136611e92dc.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@634780 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/xml')
| -rw-r--r-- | qpid/cpp/xml/extra.xml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/qpid/cpp/xml/extra.xml b/qpid/cpp/xml/extra.xml index f8bd7688b4..23df91e492 100644 --- a/qpid/cpp/xml/extra.xml +++ b/qpid/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> |
