mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
a40e763b2a
This will be a place to put object serialization/deserialization logic, message parsing, endpoint management, etc.
9 lines
87 B
C++
9 lines
87 B
C++
#include <LibIPC/IEndpoint.h>
|
|
|
|
IEndpoint::IEndpoint()
|
|
{
|
|
}
|
|
|
|
IEndpoint::~IEndpoint()
|
|
{
|
|
}
|