| 393 | } |
| 394 | |
| 395 | void PNode :: AddStateMachine(StateMachine * poSM) |
| 396 | { |
| 397 | for (auto & poGroup : m_vecGroupList) |
| 398 | { |
| 399 | poGroup->AddStateMachine(poSM); |
| 400 | } |
| 401 | } |
| 402 | |
| 403 | void PNode :: AddStateMachine(const int iGroupIdx, StateMachine * poSM) |
| 404 | { |
nothing calls this directly
no outgoing calls
no test coverage detected