summaryrefslogtreecommitdiff
path: root/libs/msm/doc/PDF/examples/iPod_distributed/PlayingMode.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libs/msm/doc/PDF/examples/iPod_distributed/PlayingMode.cpp')
-rw-r--r--libs/msm/doc/PDF/examples/iPod_distributed/PlayingMode.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/libs/msm/doc/PDF/examples/iPod_distributed/PlayingMode.cpp b/libs/msm/doc/PDF/examples/iPod_distributed/PlayingMode.cpp
new file mode 100644
index 0000000000..e35019c424
--- /dev/null
+++ b/libs/msm/doc/PDF/examples/iPod_distributed/PlayingMode.cpp
@@ -0,0 +1,12 @@
+// Copyright 2010 Christophe Henry
+// henry UNDERSCORE christophe AT hotmail DOT com
+// This is an extended version of the state machine available in the boost::mpl library
+// Distributed under the same license as the original.
+// Copyright for the original version:
+// Copyright 2005 David Abrahams and Aleksey Gurtovoy. Distributed
+// under the Boost Software License, Version 1.0. (See accompanying
+// file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt)
+
+#include "PlayingMode.hpp"
+BOOST_MSM_BACK_GENERATE_PROCESS_EVENT(PlayingMode)