diff options
Diffstat (limited to 'cpp/src/qpid/asyncStore/jrnl2/State.h')
-rw-r--r-- | cpp/src/qpid/asyncStore/jrnl2/State.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/qpid/asyncStore/jrnl2/State.h b/cpp/src/qpid/asyncStore/jrnl2/State.h index 3a4354760a..5d7c8d6fe9 100644 --- a/cpp/src/qpid/asyncStore/jrnl2/State.h +++ b/cpp/src/qpid/asyncStore/jrnl2/State.h @@ -136,6 +136,7 @@ public: protected: E m_state; ///< Local state of this state machine instance. +private: /** * \brief Set (or change) the value of m_state. This function must implement the state machine checks for * legal state change transitions, and throw an exception if an illegal state transition is requested. |