diff options
| author | Gordon Sim <gsim@apache.org> | 2007-05-31 08:45:39 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2007-05-31 08:45:39 +0000 |
| commit | c7c2767e4a0d56e3510b73d0bee110c29e855288 (patch) | |
| tree | b998ef05f5b6fe581f8d6e1367f4263e10764ab7 | |
| parent | ab359d79804a3b87d59294bb4116a4c88a48e531 (diff) | |
| download | qpid-python-c7c2767e4a0d56e3510b73d0bee110c29e855288.tar.gz | |
Changed class id to avoid clash with dtx.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@543085 13f79535-47bb-0310-9956-ffa450edef68
| -rw-r--r-- | specs/amqp-dtx-preview.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/specs/amqp-dtx-preview.xml b/specs/amqp-dtx-preview.xml index 77ef5e0bb2..f1c10f609c 100644 --- a/specs/amqp-dtx-preview.xml +++ b/specs/amqp-dtx-preview.xml @@ -109,7 +109,7 @@ <!-- == dtx-demarcation ========================================================== --> - <class name = "dtx-demarcation" handler = "channel" index = "100" label = "demarcates distributed transaction branches"> + <class name = "dtx-demarcation" handler = "channel" index = "101" label = "demarcates distributed transaction branches"> <doc> This class is part of the X-Open XA distributed transaction protocol support. It allows a channel to be selected for use with distributed transactions and the transactional boundaries for work on that channel |
