mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 20:29:18 +00:00
LibIPC: Start fleshing out a separate IPC library
This will be a place to put object serialization/deserialization logic, message parsing, endpoint management, etc.
This commit is contained in:
parent
aa8a3d4a89
commit
a40e763b2a
Notes:
sideshowbarker
2024-07-19 12:55:29 +09:00
Author: https://github.com/awesomekling
Commit: a40e763b2a
7 changed files with 81 additions and 0 deletions
9
Libraries/LibIPC/IEndpoint.cpp
Normal file
9
Libraries/LibIPC/IEndpoint.cpp
Normal file
|
@ -0,0 +1,9 @@
|
|||
#include <LibIPC/IEndpoint.h>
|
||||
|
||||
IEndpoint::IEndpoint()
|
||||
{
|
||||
}
|
||||
|
||||
IEndpoint::~IEndpoint()
|
||||
{
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue