diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-08-03 19:21:15 +0200 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-08-03 19:24:08 +0200 |
commit | 3519b6c201e53b703ced179b18d8570e93845d2d (patch) | |
tree | 378a60ec412dd952f16a69b52fc14d1ab3157cda /Libraries/LibCore/CSyscallUtils.h | |
parent | 18aeda2e0d89d66aa2833f374d142203b1687c0f (diff) | |
download | serenity-3519b6c201e53b703ced179b18d8570e93845d2d.zip |
IPCCompiler: More work towards AudioServer bringup
- Add IEndpoint::handle(IMessage), a big switch table on message type.
handle() will return a response message for synchronous messages,
and return nullptr otherwise.
- Use i32 instead of int for everything
- Make IMessage::encode() const
- Make IEndpoint::decode_message() static, this allows template code to
decode messages without an endpoint instance on hand.
Diffstat (limited to 'Libraries/LibCore/CSyscallUtils.h')
0 files changed, 0 insertions, 0 deletions