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

Method Install

src/plugin/net/src/AFNetPlugin.cpp:29–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27ARK_DECLARE_PLUGIN_DLL_FUNCTION(AFNetPlugin)
28
29void AFNetPlugin::Install()
30{
31 ARK_REGISTER_MODULE(AFIHttpClientModule, AFCHttpClientModule);
32 ARK_REGISTER_MODULE(AFINetServiceManagerModule, AFCNetServiceManagerModule);
33}
34
35void AFNetPlugin::Uninstall()
36{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected