summaryrefslogtreecommitdiff
path: root/qpid/cpp/xml
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2008-04-17 12:21:38 +0000
committerGordon Sim <gsim@apache.org>2008-04-17 12:21:38 +0000
commit9295f8955c9ce5cb43f810da0bb7f76e3a44ac7a (patch)
treed9b0688192156cdfb120767233d5d1e6f8a1e372 /qpid/cpp/xml
parent6c182692e056a17879be543b2ec132fe56f09df2 (diff)
downloadqpid-python-9295f8955c9ce5cb43f810da0bb7f76e3a44ac7a.tar.gz
Some fixes to the transitional spec defs.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@649059 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/xml')
-rw-r--r--qpid/cpp/xml/extra.xml14
1 files changed, 1 insertions, 13 deletions
diff --git a/qpid/cpp/xml/extra.xml b/qpid/cpp/xml/extra.xml
index f91f737c94..36a76765d5 100644
--- a/qpid/cpp/xml/extra.xml
+++ b/qpid/cpp/xml/extra.xml
@@ -356,7 +356,7 @@
<assert check="notnull" />
</field>
- <field name="known-hosts" domain="known-hosts" />
+ <field name="known-hosts" domain="array" />
</method>
<method name = "heartbeat" index="10">
@@ -391,18 +391,6 @@
<field name="reply-code" domain="reply-code" />
<field name="reply-text" domain="reply-text" />
-
- <field name="class-id" domain="class-id" label="failing method class">
- <doc>
- When the close is provoked by a method exception, this is the class of the method.
- </doc>
- </field>
-
- <field name="method-id" domain="method-id" label="failing method ID">
- <doc>
- When the close is provoked by a method exception, this is the ID of the method.
- </doc>
- </field>
</method>
<!-- - Method: connection.close-ok - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->