serenity/Libraries/LibIPC
Andreas Kling 05e08afcd8 IPCCompiler: Generate getters for message ID's and message names
Each endpoint namespace will have an enum class MessageID where you can
find all of its messages.
2019-08-03 16:19:14 +02:00
..
IEndpoint.cpp LibIPC: Start fleshing out a separate IPC library 2019-08-03 15:29:40 +02:00
IEndpoint.h IPCCompiler: Generate getters for message ID's and message names 2019-08-03 16:19:14 +02:00
IMessage.cpp LibIPC: Start fleshing out a separate IPC library 2019-08-03 15:29:40 +02:00
IMessage.h IPCCompiler: Generate getters for message ID's and message names 2019-08-03 16:19:14 +02:00
install.sh LibIPC: Start fleshing out a separate IPC library 2019-08-03 15:29:40 +02:00
Makefile LibIPC: Start fleshing out a separate IPC library 2019-08-03 15:29:40 +02:00