mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 23:07:35 +00:00
LibIPC: Add a simple IPC::Dictionary type (String key -> String value)
This commit is contained in:
parent
dce3faff08
commit
78943f031e
9 changed files with 101 additions and 0 deletions
|
@ -29,6 +29,7 @@
|
|||
namespace IPC {
|
||||
|
||||
class Decoder;
|
||||
class Dictionary;
|
||||
class Encoder;
|
||||
class Message;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue