mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 16:45:47 +00:00
Kernel: Add methods in HLERequestContext abstracting handle creation
This commit is contained in:
parent
1e8c1ed676
commit
ccba9e903f
2 changed files with 12 additions and 0 deletions
|
@ -80,6 +80,9 @@ public:
|
|||
return session;
|
||||
}
|
||||
|
||||
SharedPtr<Object> GetIncomingHandle(Handle id_from_cmdbuf) const;
|
||||
Handle AddOutgoingHandle(SharedPtr<Object> object);
|
||||
|
||||
private:
|
||||
friend class Service::ServiceFrameworkBase;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue