diff options
Diffstat (limited to 'cpp/src/tests/storePerftools/asyncPerf/MessageAsyncContext.h')
-rw-r--r-- | cpp/src/tests/storePerftools/asyncPerf/MessageAsyncContext.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/storePerftools/asyncPerf/MessageAsyncContext.h b/cpp/src/tests/storePerftools/asyncPerf/MessageAsyncContext.h index 11da0d80bd..6b41ad9181 100644 --- a/cpp/src/tests/storePerftools/asyncPerf/MessageAsyncContext.h +++ b/cpp/src/tests/storePerftools/asyncPerf/MessageAsyncContext.h @@ -49,7 +49,7 @@ public: boost::shared_ptr<MockPersistableQueue> getQueue() const; void destroy(); -protected: +private: boost::shared_ptr<MockPersistableMessage> m_msg; const qpid::asyncStore::AsyncOperation::opCode m_op; boost::shared_ptr<MockPersistableQueue> m_q; |