sockets: respect alphabetical order at service installation

This commit is contained in:
Frederic Meyer
2018-01-18 00:24:03 +01:00
parent 6f94ff2ae3
commit 1cec0f278b

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");
}