| 803 | //////////////////////////////// |
| 804 | |
| 805 | void Instance :: AddStateMachine(StateMachine * poSM) |
| 806 | { |
| 807 | m_oSMFac.AddSM(poSM); |
| 808 | } |
| 809 | |
| 810 | bool Instance :: SMExecute( |
| 811 | const uint64_t llInstanceID, |
nothing calls this directly
no outgoing calls
no test coverage detected