sockets: respect alphabetical order at service installation

This commit is contained in:
Frederic Meyer
2018-01-18 00:24:03 +01:00
parent 0362d3fe06
commit 62dda42e19

View File

@@ -175,9 +175,9 @@ void Init() {
LM::InstallInterfaces(*SM::g_service_manager);
Nvidia::InstallInterfaces(*SM::g_service_manager);
PCTL::InstallInterfaces(*SM::g_service_manager);
Sockets::InstallInterfaces(*SM::g_service_manager);
Time::InstallInterfaces(*SM::g_service_manager);
VI::InstallInterfaces(*SM::g_service_manager);
Sockets::InstallInterfaces(*SM::g_service_manager);
LOG_DEBUG(Service, "initialized OK");
}