mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-07-09 01:49:03 +00:00
service: refactor server architecture
Converts services to have their own processes
This commit is contained in:
@@ -12,14 +12,9 @@ namespace Core {
|
||||
class System;
|
||||
}
|
||||
|
||||
namespace Service::SM {
|
||||
class ServiceManager;
|
||||
}
|
||||
|
||||
namespace Service::NIFM {
|
||||
|
||||
/// Registers all NIFM services with the specified service manager.
|
||||
void InstallInterfaces(SM::ServiceManager& service_manager, Core::System& system);
|
||||
void LoopProcess(Core::System& system);
|
||||
|
||||
class IGeneralService final : public ServiceFramework<IGeneralService> {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user