mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-13 09:27:48 +00:00
service: use interface factory in server manager
This commit is contained in:
parent
c673c3d019
commit
cb8b331981
5 changed files with 37 additions and 23 deletions
|
@ -75,6 +75,7 @@ protected:
|
|||
|
||||
using SessionRequestHandlerWeakPtr = std::weak_ptr<SessionRequestHandler>;
|
||||
using SessionRequestHandlerPtr = std::shared_ptr<SessionRequestHandler>;
|
||||
using SessionRequestHandlerFactory = std::function<SessionRequestHandlerPtr()>;
|
||||
|
||||
/**
|
||||
* Manages the underlying HLE requests for a session, and whether (or not) the session should be
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue