NWM_UDS: Convert to service framework

This commit is contained in:
B3n30 2017-11-25 21:08:45 +01:00
parent 5904e11215
commit 520ecf7be6
7 changed files with 392 additions and 359 deletions

View file

@ -265,6 +265,8 @@ void Init() {
AC::InstallInterfaces(*SM::g_service_manager);
LDR::InstallInterfaces(*SM::g_service_manager);
MIC::InstallInterfaces(*SM::g_service_manager);
NWM::InstallInterfaces(*SM::g_service_manager);
NWM::InstallInterfaces(*SM::g_service_manager);
FS::ArchiveInit();
ACT::Init();