|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r59587 - sandbox/msm/boost/msm
From: christophe.j.henry_at_[hidden]
Date: 2010-02-08 15:47:12
Author: chenry
Date: 2010-02-08 15:47:11 EST (Mon, 08 Feb 2010)
New Revision: 59587
URL: http://svn.boost.org/trac/boost/changeset/59587
Log:
more row tags
Text files modified:
sandbox/msm/boost/msm/row_tags.hpp | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
Modified: sandbox/msm/boost/msm/row_tags.hpp
==============================================================================
--- sandbox/msm/boost/msm/row_tags.hpp (original)
+++ sandbox/msm/boost/msm/row_tags.hpp 2010-02-08 15:47:11 EST (Mon, 08 Feb 2010)
@@ -23,10 +23,12 @@
// tags for internal transitions
struct a_irow_tag {};
struct g_irow_tag {};
+struct _irow_tag {};
struct irow_tag {};
// tags for transitions internal to state machines (not using any substate)
struct sm_a_i_row_tag {};
struct sm_g_i_row_tag {};
+struct sm__i_row_tag {};
struct sm_i_row_tag {};
// flags used internally to handle terminate / interrupt states
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