mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-15 01:07:46 +00:00
service: add template serializer for method calls
This commit is contained in:
parent
6881c01c72
commit
f5bfeef951
8 changed files with 725 additions and 349 deletions
|
@ -339,6 +339,8 @@ public:
|
|||
outgoing_move_objects.emplace_back(object);
|
||||
}
|
||||
|
||||
void AddMoveInterface(SessionRequestHandlerPtr s);
|
||||
|
||||
void AddCopyObject(Kernel::KAutoObject* object) {
|
||||
outgoing_copy_objects.emplace_back(object);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue