Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r58738 - sandbox/msm/libs/msm/doc
From: christophe.j.henry_at_[hidden]
Date: 2010-01-05 18:11:01


Author: chenry
Date: 2010-01-05 18:11:00 EST (Tue, 05 Jan 2010)
New Revision: 58738
URL: http://svn.boost.org/trac/boost/changeset/58738

Log:
bugfix
Text files modified:
   sandbox/msm/libs/msm/doc/SimpleTutorialEuml2.cpp | 5 +++--
   1 files changed, 3 insertions(+), 2 deletions(-)

Modified: sandbox/msm/libs/msm/doc/SimpleTutorialEuml2.cpp
==============================================================================
--- sandbox/msm/libs/msm/doc/SimpleTutorialEuml2.cpp (original)
+++ sandbox/msm/libs/msm/doc/SimpleTutorialEuml2.cpp 2010-01-05 18:11:00 EST (Tue, 05 Jan 2010)
@@ -41,6 +41,9 @@
 
     // The list of FSM states
 
+ // state not needing any entry or exit
+ typedef BOOST_TYPEOF(build_state( )) Paused;
+
     typedef BOOST_TYPEOF(build_state(Empty_Entry(),Empty_Exit())) Empty;
 
     typedef BOOST_TYPEOF(build_state( Open_Entry(),Open_Exit() )) Open;
@@ -49,8 +52,6 @@
 
     typedef BOOST_TYPEOF(build_state( (Playing_Entry()),(Playing_Exit()) )) Playing;
     
- // state not needing any entry or exit
- typedef BOOST_TYPEOF(build_state( )) Paused;
 
     // replaces the old transition table
     typedef BOOST_TYPEOF(build_stt((


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk