| 27 | ARK_DECLARE_PLUGIN_DLL_FUNCTION(AFBusPlugin) |
| 28 | |
| 29 | void AFBusPlugin::Install() |
| 30 | { |
| 31 | ARK_REGISTER_MODULE(AFIBusModule, AFCBusModule); |
| 32 | ARK_REGISTER_MODULE(AFIMsgModule, AFCMsgModule); |
| 33 | } |
| 34 | |
| 35 | void AFBusPlugin::Uninstall() |
| 36 | { |
nothing calls this directly
no outgoing calls
no test coverage detected