| 23 | namespace ark { |
| 24 | |
| 25 | bool AFCProxyNetModule::Init() |
| 26 | { |
| 27 | m_pLogModule = FindModule<AFILogModule>(); |
| 28 | m_pBusModule = FindModule<AFIBusModule>(); |
| 29 | m_pMsgModule = FindModule<AFIMsgModule>(); |
| 30 | m_pNetServiceManagerModule = FindModule<AFINetServiceManagerModule>(); |
| 31 | |
| 32 | return true; |
| 33 | } |
| 34 | |
| 35 | bool AFCProxyNetModule::PostInit() |
| 36 | { |
nothing calls this directly
no outgoing calls
no test coverage detected