1 // Copyright (C) 2005 Free Software Foundation, Inc.
2 // Contributed by Nathan Sidwell 18 Aug 2005 <nathan@codesourcery.com>
5 // Origin: Andrew Pinski <pinskia@gcc.gnu.org>
8 template< class Event > void no_function( const Event & );
10 template< class Event, class TransitionContext = no_context,
11 void ( TransitionContext::*pTransitionAction )( const Event & ) = &no_context::no_function< Event > >
15 typedef transition<EvFlipBit> type;