| 27 | namespace ark { |
| 28 | |
| 29 | bool AFCMapModule::Init() |
| 30 | { |
| 31 | m_pKernelModule = FindModule<AFIKernelModule>(); |
| 32 | m_pLogModule = FindModule<AFILogModule>(); |
| 33 | |
| 34 | return true; |
| 35 | } |
| 36 | |
| 37 | bool AFCMapModule::Shut() |
| 38 | { |
nothing calls this directly
no outgoing calls
no test coverage detected