mirror of
https://github.com/RGBCube/serenity
synced 2025-05-17 00:35:08 +00:00

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()
|
|
{
|
|
}
|