Deglobalize System: Nim

This commit is contained in:
David Marcec 2019-09-21 19:11:52 +10:00
parent bd8c949992
commit 45a6da4016
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