| 27 | namespace ark { |
| 28 | |
| 29 | bool AFCNetServiceManagerModule::Init() |
| 30 | { |
| 31 | m_pBusModule = FindModule<AFIBusModule>(); |
| 32 | m_pLogModule = FindModule<AFILogModule>(); |
| 33 | m_pConsulModule = FindModule<AFIConsulModule>(); |
| 34 | m_pTimerModule = FindModule<AFITimerModule>(); |
| 35 | |
| 36 | return true; |
| 37 | } |
| 38 | |
| 39 | bool AFCNetServiceManagerModule::PostInit() |
| 40 | { |
nothing calls this directly
no outgoing calls
no test coverage detected