service: add template serializer for method calls

This commit is contained in:
Liam 2024-01-25 00:50:03 -05:00
parent 6881c01c72
commit f5bfeef951
8 changed files with 725 additions and 349 deletions

View file

@ -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);
}