
9 May
2006
9 May
'06
9:34 a.m.
Oliver.Kowalke@qimonda.com wrote: [snip]
By default statechart ignores a event with no handlers in the statemachine. Statechart allows to catch the event by adding following function to your state_machine class:
void unconsumed_event( sc::event_base const& ev) { ... }
Thanks, I can use that. // Johan