mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-08-25 08:49:09 +00:00
Kernel: Remove global system accessor from WaitObject
This commit is contained in:
committed by
FernandoS27
parent
7d04b271a6
commit
abc8856e2c
@@ -82,6 +82,12 @@ public:
|
||||
/// Gets the sole instance of the global scheduler
|
||||
const Kernel::GlobalScheduler& GlobalScheduler() const;
|
||||
|
||||
/// Gets the sole instance of the system
|
||||
Core::System& System();
|
||||
|
||||
/// Gets the sole instance of the system
|
||||
const Core::System& System() const;
|
||||
|
||||
/// Adds a port to the named port table
|
||||
void AddNamedPort(std::string name, SharedPtr<ClientPort> port);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user