| 658 | } |
| 659 | |
| 660 | std::shared_ptr<AFIEventManager> AFCEntity::GetEventManager() const |
| 661 | { |
| 662 | return m_pEventManager; |
| 663 | } |
| 664 | |
| 665 | std::shared_ptr<AFClassMeta> AFCEntity::GetClassMeta() const |
| 666 | { |
nothing calls this directly
no outgoing calls
no test coverage detected