From fdb23707352b96986daf36db3b47538a307a2888 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Thu, 18 Jun 2009 21:25:00 +0000 Subject: Make error-check a cluster-connection control rather than a cluster control. Fixes bug if an error occurs during update. As cluster controls, error-checks were being processed out of sequence with the connection data they referred to. Making them connection controls ensures they are processed in the proper order. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@786294 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/xml/cluster.xml | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) (limited to 'cpp/xml') diff --git a/cpp/xml/cluster.xml b/cpp/xml/cluster.xml index 7ca3dc862f..8b1d47e56e 100644 --- a/cpp/xml/cluster.xml +++ b/cpp/xml/cluster.xml @@ -48,19 +48,6 @@ - - - - - - - - - - - - - @@ -80,6 +67,20 @@ + + + + + + + + + + + + + +