FACT++  1.0
EventImp * StateMachineImp::CreateService ( const std::string &  )
privatevirtual

Reimplemented in StateMachineDim.

Definition at line 596 of file StateMachineImp.cc.

Referenced by Execute(), and Subscribe().

597 {
598  return new EventImp();
599 }
A general base-class describing events issues in a state machine.
Definition: EventImp.h:11

+ Here is the caller graph for this function: