mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:47:35 +00:00
LibCore: Rename Udp classes to UDP
The kernel was already using the UDP prefix, and the TCP LibCore classes are also uppercased. Let's rename for consistency. Also order the LibCore Makefile alphabetically, because everywhere else seems to be doing that :)
This commit is contained in:
parent
149a9ba5d7
commit
5dc5b8a2b6
7 changed files with 47 additions and 47 deletions
|
@ -54,8 +54,8 @@ class TCPServer;
|
|||
class TCPSocket;
|
||||
class Timer;
|
||||
class TimerEvent;
|
||||
class UdpServer;
|
||||
class UdpSocket;
|
||||
class UDPServer;
|
||||
class UDPSocket;
|
||||
|
||||
enum class TimerShouldFireWhenNotVisible;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue