summaryrefslogtreecommitdiff
path: root/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
commit3a2c546414d639b224d8c765a5fdc9dfd6f31732 (patch)
tree296c3d38c2dc51a63b09bd0327f1836e33a05260 /cpp/xml
parentb141f705afb8e4faff6b9a48f097c87f41fdd01f (diff)
downloadqpid-python-3a2c546414d639b224d8c765a5fdc9dfd6f31732.tar.gz
Some fixes to the transitional spec defs.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@649059 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/xml')
-rw-r--r--cpp/xml/extra.xml14
1 files changed, 1 insertions, 13 deletions
diff --git a/cpp/xml/extra.xml b/cpp/xml/extra.xml
index f91f737c94..36a76765d5 100644
--- a/cpp/xml/extra.xml
+++ b/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 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->