Deglobalize System: Nim
This commit is contained in:
parent
ad53dc0106
commit
8d3ff2b127
2 changed files with 12 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue