1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 23:58:11 +00:00
serenity/Userland/Services/DHCPClient
Ben Wiederhake 4e55d649d7 Services: Fix visibility of Object-derivative constructors
Derivatives of Core::Object should be constructed through
ClassName::construct(), to avoid handling ref-counted objects with
refcount zero. Fixing the visibility means that misuses like this are
more difficult.
2021-11-02 22:56:53 +01:00
..
CMakeLists.txt Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
DHCPv4.cpp Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
DHCPv4.h DHCPClient: Simplify DHCPv4PacketBuilder 2021-10-25 14:31:11 +02:00
DHCPv4Client.cpp DHCPClient: Rename struct members for InterfaceDescriptor 2021-05-27 15:53:49 +04:30
DHCPv4Client.h Services: Fix visibility of Object-derivative constructors 2021-11-02 22:56:53 +01:00
main.cpp DHCPClient: Remove unused #includes 2021-05-27 15:53:49 +04:30