summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandru Scvortov <alexandru@rabbitmq.com>2010-09-03 10:45:53 +0100
committerAlexandru Scvortov <alexandru@rabbitmq.com>2010-09-03 10:45:53 +0100
commit3d273a77174c119473ef24e189c32d04f92130da (patch)
treef5edd32a2d7f3c7c9384bffcde54357e004fc77e
parent0f8acac46f2e104fdf90c35db358d34783472026 (diff)
downloadrabbitmq-codegen-3d273a77174c119473ef24e189c32d04f92130da.tar.gz
moved confirm extension into 0-9-1 json
-rw-r--r--amqp-rabbitmq-0.9.1.json15
-rw-r--r--confirm-extension.json26
2 files changed, 14 insertions, 27 deletions
diff --git a/amqp-rabbitmq-0.9.1.json b/amqp-rabbitmq-0.9.1.json
index 72cd628..448c04c 100644
--- a/amqp-rabbitmq-0.9.1.json
+++ b/amqp-rabbitmq-0.9.1.json
@@ -422,6 +422,19 @@
"arguments": [],
"name": "rollback-ok"}],
"name": "tx"
- }
+ },
+ {
+ "id": 85,
+ "methods": [{"id": 10,
+ "arguments": [
+ {"type": "bit", "name": "multiple", "default-value": false},
+ {"type": "bit", "name": "nowait", "default-value": false}],
+ "name": "select",
+ "synchronous": true},
+ {"id": 11,
+ "arguments": [],
+ "name": "select-ok"}],
+ "name": "confirm"
+ }
]
}
diff --git a/confirm-extension.json b/confirm-extension.json
deleted file mode 100644
index 8cc6988..0000000
--- a/confirm-extension.json
+++ /dev/null
@@ -1,26 +0,0 @@
-{
- "extension": {
- "name": "confirm",
- "version": "0.1",
- "copyright": "Copyright (C) 2010 SpringSource"
- },
- "domains": [
- ],
- "constants": [
- ],
- "classes": [
- {"name": "confirm",
- "id": 85,
- "methods": [
- {"name": "select",
- "id": 10,
- "arguments": [
- {"type": "bit", "name": "multiple", "default-value": false},
- {"type": "bit", "name": "nowait", "default-value": false}],
- "synchronous": true},
- {"name": "select-ok",
- "id": 11,
- "arguments": []}
- ]}
- ]
-}