mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 10:38:13 +00:00
LibCore+LibIPC: Add Core::AnonymousBuffer, an IPC-friendly buffer class
This will be used to migrate remaining clients off of shbufs.
This commit is contained in:
parent
a7f63eab84
commit
9c6c18d9b6
6 changed files with 243 additions and 0 deletions
|
@ -28,6 +28,7 @@
|
|||
|
||||
namespace Core {
|
||||
|
||||
class AnonymousBuffer;
|
||||
class ArgsParser;
|
||||
class ChildEvent;
|
||||
class ConfigFile;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue