diff options
author | Kim van der Riet <kpvdr@apache.org> | 2012-06-08 19:38:38 +0000 |
---|---|---|
committer | Kim van der Riet <kpvdr@apache.org> | 2012-06-08 19:38:38 +0000 |
commit | 356337b9651760059c22f1937f04406a43383452 (patch) | |
tree | c43f3547048ea9028da4f883284184c83ffc5c23 /cpp/src/qpid/asyncStore/jrnl2/DataWrComplState.h | |
parent | 8d826b88be96ed9605fc267ccbe5be8bb8c95e76 (diff) | |
download | qpid-python-356337b9651760059c22f1937f04406a43383452.tar.gz |
QPID-3858: WIP - tidy-up: protected to private in classes except where required in jrnl2 dir
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/asyncstore@1348205 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/asyncStore/jrnl2/DataWrComplState.h')
-rw-r--r-- | cpp/src/qpid/asyncStore/jrnl2/DataWrComplState.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/asyncStore/jrnl2/DataWrComplState.h b/cpp/src/qpid/asyncStore/jrnl2/DataWrComplState.h index 691b9c7b82..355180ec87 100644 --- a/cpp/src/qpid/asyncStore/jrnl2/DataWrComplState.h +++ b/cpp/src/qpid/asyncStore/jrnl2/DataWrComplState.h @@ -112,7 +112,7 @@ public: */ static const char* s_toStr(const wrComplState_t s); -protected: +private: /** * \brief Set (or change) the value of m_state. This function implements the state machine checks for * legal state change transitions, and throw an exception if an illegal state transition is requested. |