2
0
mirror of https://github.com/boostorg/msm.git synced 2026-02-19 14:32:34 +00:00

merged rev. 78506-78627

[SVN r78628]
This commit is contained in:
Christophe Henry
2012-05-25 19:55:57 +00:00
parent c9569d1fb3
commit 27afa85171
41 changed files with 393 additions and 362 deletions

View File

@@ -112,11 +112,7 @@ namespace
};
// Playing Submachine back-end
typedef boost::msm::back::state_machine<Playing_> Playing_helper;
struct Playing_impl : public Playing_helper,
public msm::front::euml::euml_state<Playing_helper>
{
};
typedef boost::msm::back::state_machine<Playing_> Playing_impl;
// state not defining any entry or exit
struct Paused_impl : public msm::front::state<> , public msm::front::euml::euml_state<Paused_impl>