diff options
| author | Gordon Sim <gsim@apache.org> | 2008-03-11 21:56:49 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2008-03-11 21:56:49 +0000 |
| commit | eea2a4ffb9682247360416437755059bce77afc3 (patch) | |
| tree | d6ab62c1eb2bdf92f4622bfb594844f55b16d642 /qpid/cpp/xml | |
| parent | 0f082126600ed881992b55456e6b8b4c625512a8 (diff) | |
| download | qpid-python-eea2a4ffb9682247360416437755059bce77afc3.tar.gz | |
Enabled tx methods on final 0-10 path and converted tests accordingly
Added read/write- uuid to codec010
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@636121 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/xml')
| -rw-r--r-- | qpid/cpp/xml/extra.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/qpid/cpp/xml/extra.xml b/qpid/cpp/xml/extra.xml index 23df91e492..0acc2260ad 100644 --- a/qpid/cpp/xml/extra.xml +++ b/qpid/cpp/xml/extra.xml @@ -723,6 +723,22 @@ </method> </class> +<class name="tx010" index="5"> + <doc>blah, blah</doc> + <method name = "select" index="1"> + <doc>blah, blah</doc> + <chassis name="server" implement="MUST" /> + </method> + <method name = "commit" index="2"> + <doc>blah, blah</doc> + <chassis name="server" implement="MUST" /> + </method> + <method name = "rollback" index="3"> + <doc>blah, blah</doc> + <chassis name="server" implement="MUST" /> + </method> +</class> + <class name="exchange010" index="7"> <doc>blah, blah</doc> <method name = "declare" index="1"> |
