17 Feb
2009
17 Feb
'09
3:05 p.m.
Thanks, that solved the problem! We did put the public inheritance into the Active declaration but forgot the other state machine :( Cheers, Rudi Am 17.02.2009 um 15:45 schrieb Igor R:
What happens if you change: class PRX5StateMachine : boost::statechart::state_machine< PRX5StateMachine, Active > {}; To: class PRX5StateMachine : public boost::statechart::state_machine< PRX5StateMachine, Active > {};