$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [MSM] Use events twice
From: Sebastian Redl (sebastian.redl_at_[hidden])
Date: 2011-04-10 08:44:10
On 09.04.2011 16:56, Christophe Henry wrote:
>
> I attach an example. Please tell me if that's what you're looking for.
Hi Christophe,
I solved my problem by simply calling fsm.process_event(e) from the
right entry_action functions, but your method looks more elegant.
Sebastian