summaryrefslogtreecommitdiff
path: root/cpp/src/tests/storePerftools/asyncPerf/TestOptions.h
diff options
context:
space:
mode:
authorKim van der Riet <kpvdr@apache.org>2012-06-08 18:44:40 +0000
committerKim van der Riet <kpvdr@apache.org>2012-06-08 18:44:40 +0000
commit4ca527d39453bcd49374c23ec01a4eacf615b650 (patch)
treea08f4ee3848aebe405ec05fbb6b1c696b136b5b1 /cpp/src/tests/storePerftools/asyncPerf/TestOptions.h
parent56094d9861141097e107a71dac4c808e0aca9c5f (diff)
downloadqpid-python-4ca527d39453bcd49374c23ec01a4eacf615b650.tar.gz
QPID-3858: WIP - tidy-up: protected to private in classes except where required
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/asyncstore@1348186 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/storePerftools/asyncPerf/TestOptions.h')
-rw-r--r--cpp/src/tests/storePerftools/asyncPerf/TestOptions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/storePerftools/asyncPerf/TestOptions.h b/cpp/src/tests/storePerftools/asyncPerf/TestOptions.h
index b7e1c0a7a8..fa28bf4947 100644
--- a/cpp/src/tests/storePerftools/asyncPerf/TestOptions.h
+++ b/cpp/src/tests/storePerftools/asyncPerf/TestOptions.h
@@ -52,7 +52,7 @@ public:
bool m_durable; ///< Use durable queues and messages for test
bool m_destroyQueuesOnCompletion; ///< Destroy durable queues on completion of test
-protected:
+private:
static uint16_t s_defaultEnqTxnBlkSize; ///< Default transaction block size for enqueues
static uint16_t s_defaultDeqTxnBlkSize; ///< Default transaction block size for dequeues
static bool s_defaultDurable; ///< Default flag for using durable queues and messages for test