Small bugfix

[SVN r22553]
This commit is contained in:
Andreas Huber
2004-03-26 06:58:31 +00:00
parent c2a03f6340
commit 8438495886

View File

@@ -103,6 +103,10 @@ using namespace mpl::placeholders;
//////////////////////////////////////////////////////////////////////////////
template< unsigned int bitNo >
struct EvFlipBit : fsm::event< EvFlipBit< bitNo > > {};
template< unsigned int stateNo >
struct BitState;
//////////////////////////////////////////////////////////////////////////////
@@ -213,10 +217,6 @@ namespace
//////////////////////////////////////////////////////////////////////////////
template< unsigned int bitNo >
struct EvFlipBit : fsm::event< EvFlipBit< bitNo > > {};
//////////////////////////////////////////////////////////////////////////////
template< class BitNo, class StateNo >
struct FlipTransition