$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Johan Nilsson (r.johan.nilsson_at_[hidden])
Date: 2006-08-11 03:51:35
Hi,
I need a way to get the current state from an asynchronous state machine for
testing purposes - something analogous to state_cast.
I'll only be using this in my unit tests, so I don't mind if it's a bit
cumbersome to use. Thread-safety also isn't an issue. Is there any way of
getting a reference to the actual Processor instance?
Thanks / Johan