Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r58683 - sandbox/msm/boost/msm
From: christophe.j.henry_at_[hidden]
Date: 2010-01-04 14:56:09


Author: chenry
Date: 2010-01-04 14:56:09 EST (Mon, 04 Jan 2010)
New Revision: 58683
URL: http://svn.boost.org/trac/boost/changeset/58683

Log:
added internal rows
Text files modified:
   sandbox/msm/boost/msm/row_tags.hpp | 4 ++++
   1 files changed, 4 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-01-04 14:56:09 EST (Mon, 04 Jan 2010)
@@ -20,6 +20,10 @@
 struct g_row_tag {};
 struct _row_tag {};
 struct row_tag {};
+// tags for internal transitions
+struct a_irow_tag {};
+struct g_irow_tag {};
+struct irow_tag {};
 
 // flags used internally to handle terminate / interrupt states
 struct TerminateFlag


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