summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/sys/ClusterSafe.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/qpid/sys/ClusterSafe.h')
-rw-r--r--cpp/src/qpid/sys/ClusterSafe.h5
1 files changed, 4 insertions, 1 deletions
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;
};
/**