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