ladybird/Libraries/LibIPC
AnotherTest bdd4b99d72 LibIPC: Add an on_destruction hook to IPC::Message
Any cleanup of resources needed (up until the message is sent) can be
done here.
Currently, the only such resource is an IPC::File.
2020-12-30 20:37:41 +01:00
..
ClientConnection.h
CMakeLists.txt
Connection.h LibIPC: Remove use of ByteBuffer::wrap() 2020-12-19 11:30:02 +01:00
Decoder.cpp Everywhere: Switch from (void) to [[maybe_unused]] (#4473) 2020-12-21 00:09:48 +01:00
Decoder.h
Dictionary.h
Encoder.cpp
Encoder.h
Endpoint.cpp
Endpoint.h
File.h
Forward.h
Message.cpp LibIPC: Add an on_destruction hook to IPC::Message 2020-12-30 20:37:41 +01:00
Message.h LibIPC: Add an on_destruction hook to IPC::Message 2020-12-30 20:37:41 +01:00
ServerConnection.h