From dfcf3677e34ee4c1aaabe9c3d39bdbceef7ece9a Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Tue, 22 Jun 2010 18:13:35 +0000 Subject: Fix bad assertion introduced in prevoius commit r956882 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@956965 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/sys/ClusterSafe.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'cpp/src/qpid/sys/ClusterSafe.h') diff --git a/cpp/src/qpid/sys/ClusterSafe.h b/cpp/src/qpid/sys/ClusterSafe.h index f3382307d0..15675e8cc5 100644 --- a/cpp/src/qpid/sys/ClusterSafe.h +++ b/cpp/src/qpid/sys/ClusterSafe.h @@ -61,9 +61,12 @@ QPID_COMMON_EXTERN bool isCluster(); * and provides functions to assist detecting bugs in cluster * behavior. */ -struct ClusterSafeScope { +class ClusterSafeScope { + public: ClusterSafeScope(); ~ClusterSafeScope(); + private: + bool save; }; /** -- cgit v1.2.1