$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Johan Nilsson (r.johan.nilsson_at_[hidden])
Date: 2006-05-09 05:34:19
Oliver.Kowalke_at_[hidden] 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