Merge pull request #3070 from B3n30/uds_connect_disconnect

NWM_UDS: change to Service Framework
This commit is contained in:
Weiyi Wang 2018-02-22 16:55:59 +02:00 committed by GitHub
commit e2eab46535
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 559 additions and 376 deletions

View file

@ -273,6 +273,7 @@ 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);
FS::ArchiveInit();
ACT::Init();