ladybird/Userland/Libraries/LibDNS
Timothy Flynn 05f41382bb Userland: Properly define IPC::encode and IPC::decode specializations
In order to avoid the base encode/decode methods from being used (and
failing a static assertion), we must be sure to declare/define the
custom type implementations as template specializations.

After this, LibIPC is no longer sensitive to include order.
2022-11-15 13:25:51 -05:00
..
Answer.cpp Userland: Properly define IPC::encode and IPC::decode specializations 2022-11-15 13:25:51 -05:00
Answer.h Userland: Properly define IPC::encode and IPC::decode specializations 2022-11-15 13:25:51 -05:00
CMakeLists.txt Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
Name.cpp LibDNS: Remove the 'DNS' prefix from the various type and class names 2022-04-15 16:34:26 +01:00
Name.h LibDNS: Remove the 'DNS' prefix from the various type and class names 2022-04-15 16:34:26 +01:00
Packet.cpp LibDNS: Remove the 'DNS' prefix from the various type and class names 2022-04-15 16:34:26 +01:00
Packet.h LibDNS: Remove the 'DNS' prefix from the various type and class names 2022-04-15 16:34:26 +01:00
PacketHeader.h LibDNS: Remove the 'DNS' prefix from the various type and class names 2022-04-15 16:34:26 +01:00
Question.h Libraries: Add missing includes, add namespace qualifiers 2022-09-18 13:27:24 -04:00