MCPcopy Create free account
hub / github.com/OpenArkStudio/ARK / Init

Method Init

src/server/proxy/src/AFCProxyNetModule.cpp:25–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23namespace ark {
24
25bool 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
35bool AFCProxyNetModule::PostInit()
36{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected