Deglobalize System: Nim

This commit is contained in:
David Marcec
2019-09-21 19:11:52 +10:00
parent ad53dc0106
commit 8d3ff2b127
2 changed files with 12 additions and 7 deletions

View File

@ -8,8 +8,12 @@ namespace Service::SM {
class ServiceManager;
}
namespace Core {
class System;
}
namespace Service::NIM {
void InstallInterfaces(SM::ServiceManager& sm);
void InstallInterfaces(SM::ServiceManager& sm, Core::System& system);
} // namespace Service::NIM