Quellcode durchsuchen

Services: Renamed from Servers

It didn't feel right to have a "DHCPClient" in a "Servers" directory.
Rename this to Services to better reflect the type of programs we'll
be putting in there.
Andreas Kling vor 5 Jahren
Ursprung
Commit
cf3b58fbe8
100 geänderte Dateien mit 29 neuen und 29 gelöschten Zeilen
  1. 3 3
      Applications/Browser/Makefile
  2. 1 1
      Documentation/BuildInstructions.md
  3. 10 10
      Kernel/build-root-filesystem.sh
  4. 2 2
      Libraries/LibAudio/Makefile
  5. 5 5
      Libraries/LibGUI/Makefile
  6. 2 2
      Libraries/LibProtocol/Makefile
  7. 2 2
      Libraries/LibWeb/Makefile
  8. 1 1
      Makefile
  9. 1 1
      Makefile.common
  10. 2 2
      Meta/CLion/CMakeLists.txt
  11. 0 0
      Services/AudioServer/ASClientConnection.cpp
  12. 0 0
      Services/AudioServer/ASClientConnection.h
  13. 0 0
      Services/AudioServer/ASMixer.cpp
  14. 0 0
      Services/AudioServer/ASMixer.h
  15. 0 0
      Services/AudioServer/AudioClient.ipc
  16. 0 0
      Services/AudioServer/AudioServer.ipc
  17. 0 0
      Services/AudioServer/Makefile
  18. 0 0
      Services/AudioServer/main.cpp
  19. 0 0
      Services/DHCPClient/DHCPv4.cpp
  20. 0 0
      Services/DHCPClient/DHCPv4.h
  21. 0 0
      Services/DHCPClient/DHCPv4Client.cpp
  22. 0 0
      Services/DHCPClient/DHCPv4Client.h
  23. 0 0
      Services/DHCPClient/Makefile
  24. 0 0
      Services/DHCPClient/main.cpp
  25. 0 0
      Services/LookupServer/DNSAnswer.cpp
  26. 0 0
      Services/LookupServer/DNSAnswer.h
  27. 0 0
      Services/LookupServer/DNSPacket.h
  28. 0 0
      Services/LookupServer/DNSQuestion.h
  29. 0 0
      Services/LookupServer/DNSRequest.cpp
  30. 0 0
      Services/LookupServer/DNSRequest.h
  31. 0 0
      Services/LookupServer/DNSResponse.cpp
  32. 0 0
      Services/LookupServer/DNSResponse.h
  33. 0 0
      Services/LookupServer/LookupServer.cpp
  34. 0 0
      Services/LookupServer/LookupServer.h
  35. 0 0
      Services/LookupServer/Makefile
  36. 0 0
      Services/LookupServer/main.cpp
  37. 0 0
      Services/Makefile
  38. 0 0
      Services/NotificationServer/ClientConnection.cpp
  39. 0 0
      Services/NotificationServer/ClientConnection.h
  40. 0 0
      Services/NotificationServer/Makefile
  41. 0 0
      Services/NotificationServer/NotificationClient.ipc
  42. 0 0
      Services/NotificationServer/NotificationServer.ipc
  43. 0 0
      Services/NotificationServer/NotificationWindow.cpp
  44. 0 0
      Services/NotificationServer/NotificationWindow.h
  45. 0 0
      Services/NotificationServer/main.cpp
  46. 0 0
      Services/ProtocolServer/Download.cpp
  47. 0 0
      Services/ProtocolServer/Download.h
  48. 0 0
      Services/ProtocolServer/HttpDownload.cpp
  49. 0 0
      Services/ProtocolServer/HttpDownload.h
  50. 0 0
      Services/ProtocolServer/HttpProtocol.cpp
  51. 0 0
      Services/ProtocolServer/HttpProtocol.h
  52. 0 0
      Services/ProtocolServer/HttpsDownload.cpp
  53. 0 0
      Services/ProtocolServer/HttpsDownload.h
  54. 0 0
      Services/ProtocolServer/HttpsProtocol.cpp
  55. 0 0
      Services/ProtocolServer/HttpsProtocol.h
  56. 0 0
      Services/ProtocolServer/Makefile
  57. 0 0
      Services/ProtocolServer/PSClientConnection.cpp
  58. 0 0
      Services/ProtocolServer/PSClientConnection.h
  59. 0 0
      Services/ProtocolServer/Protocol.cpp
  60. 0 0
      Services/ProtocolServer/Protocol.h
  61. 0 0
      Services/ProtocolServer/ProtocolClient.ipc
  62. 0 0
      Services/ProtocolServer/ProtocolServer.ipc
  63. 0 0
      Services/ProtocolServer/main.cpp
  64. 0 0
      Services/SystemServer/Makefile
  65. 0 0
      Services/SystemServer/Service.cpp
  66. 0 0
      Services/SystemServer/Service.h
  67. 0 0
      Services/SystemServer/main.cpp
  68. 0 0
      Services/TTYServer/Makefile
  69. 0 0
      Services/TTYServer/main.cpp
  70. 0 0
      Services/TelnetServer/Client.cpp
  71. 0 0
      Services/TelnetServer/Client.h
  72. 0 0
      Services/TelnetServer/Command.h
  73. 0 0
      Services/TelnetServer/Makefile
  74. 0 0
      Services/TelnetServer/Parser.cpp
  75. 0 0
      Services/TelnetServer/Parser.h
  76. 0 0
      Services/TelnetServer/main.cpp
  77. 0 0
      Services/WebServer/Client.cpp
  78. 0 0
      Services/WebServer/Client.h
  79. 0 0
      Services/WebServer/Makefile
  80. 0 0
      Services/WebServer/main.cpp
  81. 0 0
      Services/WindowServer/AppletManager.cpp
  82. 0 0
      Services/WindowServer/AppletManager.h
  83. 0 0
      Services/WindowServer/Button.cpp
  84. 0 0
      Services/WindowServer/Button.h
  85. 0 0
      Services/WindowServer/ClientConnection.cpp
  86. 0 0
      Services/WindowServer/ClientConnection.h
  87. 0 0
      Services/WindowServer/Clipboard.cpp
  88. 0 0
      Services/WindowServer/Clipboard.h
  89. 0 0
      Services/WindowServer/Compositor.cpp
  90. 0 0
      Services/WindowServer/Compositor.h
  91. 0 0
      Services/WindowServer/Cursor.cpp
  92. 0 0
      Services/WindowServer/Cursor.h
  93. 0 0
      Services/WindowServer/Event.h
  94. 0 0
      Services/WindowServer/EventLoop.cpp
  95. 0 0
      Services/WindowServer/EventLoop.h
  96. 0 0
      Services/WindowServer/Makefile
  97. 0 0
      Services/WindowServer/Menu.cpp
  98. 0 0
      Services/WindowServer/Menu.h
  99. 0 0
      Services/WindowServer/MenuBar.cpp
  100. 0 0
      Services/WindowServer/MenuBar.h

+ 3 - 3
Applications/Browser/Makefile

@@ -14,8 +14,8 @@ main.cpp: ../../Libraries/LibWeb/CSS/PropertyID.h
 ../../Libraries/LibWeb/CSS/PropertyID.h:
 	@flock ../../Libraries/LibWeb $(MAKE) -C ../../Libraries/LibWeb
 
-main.cpp: ../../Servers/ProtocolServer/ProtocolClientEndpoint.h
-../../Servers/ProtocolServer/ProtocolClientEndpoint.h:
-	@flock ../../Servers/ProtocolServer $(MAKE) -C $(dir $(@))
+main.cpp: ../../Services/ProtocolServer/ProtocolClientEndpoint.h
+../../Services/ProtocolServer/ProtocolClientEndpoint.h:
+	@flock ../../Services/ProtocolServer $(MAKE) -C $(dir $(@))
 
 include ../../Makefile.common

+ 1 - 1
Documentation/BuildInstructions.md

@@ -81,7 +81,7 @@ Bare curious users may even consider sourcing suitable hardware to [install Sere
 
 Later on, when you `git pull` to get the latest changes, there's no need to rebuild the toolchain. You can simply rerun **./makeall.sh** in the `Kernel/` directory and you'll be good to **./run** again.
 
-You can even re-compile only parts of the system. Imagine you changed something in the **WindowServer**. Then run `make -C ../Servers/WindowServer` (from the `Kernel/` directory) followed by **./sync.sh** to update the disk image. Then you can start the system with **./run** again.
+You can even re-compile only parts of the system. Imagine you changed something in the **WindowServer**. Then run `make -C ../Services/WindowServer` (from the `Kernel/` directory) followed by **./sync.sh** to update the disk image. Then you can start the system with **./run** again.
 
 #### Ports
 To add a package from the ports collection to Serenity, for example curl, go into `Ports/curl/` and run **./package.sh**. The sourcecode for the package will be downloaded and the package will be built. After that, run **./sync.sh** from the `Kernel/` directory to update the disk image. The next time you start Serenity with **./run**, `curl` will be available.

+ 10 - 10
Kernel/build-root-filesystem.sh

@@ -159,16 +159,16 @@ cp ../DevTools/Inspector/Inspector mnt/bin/Inspector
 cp ../DevTools/ProfileViewer/ProfileViewer mnt/bin/ProfileViewer
 cp ../Games/Minesweeper/Minesweeper mnt/bin/Minesweeper
 cp ../Games/Snake/Snake mnt/bin/Snake
-cp ../Servers/DHCPClient/DHCPClient mnt/bin/DHCPClient
-cp ../Servers/LookupServer/LookupServer mnt/bin/LookupServer
-cp ../Servers/SystemServer/SystemServer mnt/bin/SystemServer
-cp ../Servers/WindowServer/WindowServer mnt/bin/WindowServer
-cp ../Servers/AudioServer/AudioServer mnt/bin/AudioServer
-cp ../Servers/TTYServer/TTYServer mnt/bin/TTYServer
-cp ../Servers/TelnetServer/TelnetServer mnt/bin/TelnetServer
-cp ../Servers/ProtocolServer/ProtocolServer mnt/bin/ProtocolServer
-cp ../Servers/NotificationServer/NotificationServer mnt/bin/NotificationServer
-cp ../Servers/WebServer/WebServer mnt/bin/WebServer
+cp ../Services/DHCPClient/DHCPClient mnt/bin/DHCPClient
+cp ../Services/LookupServer/LookupServer mnt/bin/LookupServer
+cp ../Services/SystemServer/SystemServer mnt/bin/SystemServer
+cp ../Services/WindowServer/WindowServer mnt/bin/WindowServer
+cp ../Services/AudioServer/AudioServer mnt/bin/AudioServer
+cp ../Services/TTYServer/TTYServer mnt/bin/TTYServer
+cp ../Services/TelnetServer/TelnetServer mnt/bin/TelnetServer
+cp ../Services/ProtocolServer/ProtocolServer mnt/bin/ProtocolServer
+cp ../Services/NotificationServer/NotificationServer mnt/bin/NotificationServer
+cp ../Services/WebServer/WebServer mnt/bin/WebServer
 cp ../Shell/Shell mnt/bin/Shell
 cp ../MenuApplets/Audio/Audio.MenuApplet mnt/bin/
 cp ../MenuApplets/ResourceGraph/ResourceGraph.MenuApplet mnt/bin/

+ 2 - 2
Libraries/LibAudio/Makefile

@@ -5,8 +5,8 @@ OBJS = \
 
 LIBRARY = libaudio.a
 
-ClientConnection.cpp: ../../Servers/AudioServer/AudioClientEndpoint.h
-../../Servers/AudioServer/AudioClientEndpoint.h:
+ClientConnection.cpp: ../../Services/AudioServer/AudioClientEndpoint.h
+../../Services/AudioServer/AudioClientEndpoint.h:
 	@flock $(dir $(@)) $(MAKE) -C $(dir $(@))
 
 install:

+ 5 - 5
Libraries/LibGUI/Makefile

@@ -77,18 +77,18 @@ OBJS = \
 
 LIBRARY = libgui.a
 
-Application.cpp: ../../Servers/WindowServer/WindowServerEndpoint.h
+Application.cpp: ../../Services/WindowServer/WindowServerEndpoint.h
 
-../../Servers/WindowServer/WindowServerEndpoint.h:
+../../Services/WindowServer/WindowServerEndpoint.h:
 	@flock $(dir $(@)) $(MAKE) -C $(dir $(@))
 
 # HACK: NotificationServer depends on LibGUI so we don't flock for these..
-Notification.cpp: ../../Servers/NotificationServer/NotificationServerEndpoint.h ../../Servers/NotificationServer/NotificationClientEndpoint.h
+Notification.cpp: ../../Services/NotificationServer/NotificationServerEndpoint.h ../../Services/NotificationServer/NotificationClientEndpoint.h
 
-../../Servers/NotificationServer/NotificationServerEndpoint.h:
+../../Services/NotificationServer/NotificationServerEndpoint.h:
 	$(MAKE) -C $(dir $(@)) NotificationServerEndpoint.h
 
-../../Servers/NotificationServer/NotificationClientEndpoint.h:
+../../Services/NotificationServer/NotificationClientEndpoint.h:
 	$(MAKE) -C $(dir $(@)) NotificationClientEndpoint.h
 
 install:

+ 2 - 2
Libraries/LibProtocol/Makefile

@@ -4,8 +4,8 @@ OBJS = \
 
 LIBRARY = libprotocol.a
 
-Download.cpp Client.cpp: ../../Servers/ProtocolServer/ProtocolClientEndpoint.h ../../Servers/ProtocolServer/ProtocolServerEndpoint.h
-../../Servers/ProtocolServer/ProtocolClientEndpoint.h ../../Servers/ProtocolServer/ProtocolServerEndpoint.h:
+Download.cpp Client.cpp: ../../Services/ProtocolServer/ProtocolClientEndpoint.h ../../Services/ProtocolServer/ProtocolServerEndpoint.h
+../../Services/ProtocolServer/ProtocolClientEndpoint.h ../../Services/ProtocolServer/ProtocolServerEndpoint.h:
 	@flock $(dir $(@)) $(MAKE) -C $(dir $(@))
 
 include ../../Makefile.common

+ 2 - 2
Libraries/LibWeb/Makefile

@@ -118,8 +118,8 @@ CSS/PropertyID.cpp: CSS/Properties.json $(GENERATE_CSS_PROPERTYID_CPP)
 	@echo "GENERATE $@"
 	$(QUIET) flock CSS $(GENERATE_CSS_PROPERTYID_CPP) $< > $@
 
-ResourceLoader.cpp: ../../Servers/ProtocolServer/ProtocolClientEndpoint.h ../../Servers/ProtocolServer/ProtocolServerEndpoint.h
-../../Servers/ProtocolServer/ProtocolClientEndpoint.h ../../Servers/ProtocolServer/ProtocolServerEndpoint.h:
+ResourceLoader.cpp: ../../Services/ProtocolServer/ProtocolClientEndpoint.h ../../Services/ProtocolServer/ProtocolServerEndpoint.h
+../../Services/ProtocolServer/ProtocolClientEndpoint.h ../../Services/ProtocolServer/ProtocolServerEndpoint.h:
 	@flock $(dir $(@)) $(MAKE) -C $(dir $(@))
 
 EXTRA_CLEAN = CSS/DefaultStyleSheetSource.cpp CSS/PropertyID.h CSS/PropertyID.cpp

+ 1 - 1
Makefile

@@ -2,7 +2,7 @@ SUBDIRS += \
 	Libraries \
 	AK \
 	DevTools \
-	Servers
+	Services
 
 SUBDIRS += \
 	Applications \

+ 1 - 1
Makefile.common

@@ -18,7 +18,7 @@ INCLUDE_FLAGS += \
     -I$(SERENITY_BASE_DIR)/DevTools \
     -I$(SERENITY_BASE_DIR) \
     -I$(SERENITY_BASE_DIR)/Libraries \
-    -I$(SERENITY_BASE_DIR)/Servers
+    -I$(SERENITY_BASE_DIR)/Services
 
 VERBOSE = 0
 

+ 2 - 2
Meta/CLion/CMakeLists.txt

@@ -12,7 +12,7 @@ file(GLOB_RECURSE KERNEL_SOURCES "serenity/Kernel/*.cpp")
 file(GLOB_RECURSE LIBRARIES_SOURCES "serenity/Libraries/*.cpp")
 file(GLOB_RECURSE MENU_APPLETS_SOURCES "serenity/MenuApplets/*.cpp")
 file(GLOB_RECURSE PORTS_SOURCES "serenity/Ports/*.cpp")
-file(GLOB_RECURSE SERVERS_SOURCES "serenity/Servers/*.cpp")
+file(GLOB_RECURSE SERVERS_SOURCES "serenity/Services/*.cpp")
 file(GLOB_RECURSE SHELL_SOURCES "serenity/Shell/*.cpp")
 file(GLOB_RECURSE TESTS_SOURCES "serenity/Tests/*.cpp")
 file(GLOB_RECURSE TOOLCHAIN_SOURCES "serenity/Toolchain/*.cpp")
@@ -24,7 +24,7 @@ set(INCLUDE_DIRS
     "serenity/Libraries"
     "serenity/Libraries/LibC"
     "serenity/Libraries/LibPthread"
-    "serenity/Servers"
+    "serenity/Services"
     "serenity/Toolchain/Local/i686-pc-serenity/include/c++/9.3.0")
 
 add_library(serenity

+ 0 - 0
Servers/AudioServer/ASClientConnection.cpp → Services/AudioServer/ASClientConnection.cpp


+ 0 - 0
Servers/AudioServer/ASClientConnection.h → Services/AudioServer/ASClientConnection.h


+ 0 - 0
Servers/AudioServer/ASMixer.cpp → Services/AudioServer/ASMixer.cpp


+ 0 - 0
Servers/AudioServer/ASMixer.h → Services/AudioServer/ASMixer.h


+ 0 - 0
Servers/AudioServer/AudioClient.ipc → Services/AudioServer/AudioClient.ipc


+ 0 - 0
Servers/AudioServer/AudioServer.ipc → Services/AudioServer/AudioServer.ipc


+ 0 - 0
Servers/AudioServer/Makefile → Services/AudioServer/Makefile


+ 0 - 0
Servers/AudioServer/main.cpp → Services/AudioServer/main.cpp


+ 0 - 0
Servers/DHCPClient/DHCPv4.cpp → Services/DHCPClient/DHCPv4.cpp


+ 0 - 0
Servers/DHCPClient/DHCPv4.h → Services/DHCPClient/DHCPv4.h


+ 0 - 0
Servers/DHCPClient/DHCPv4Client.cpp → Services/DHCPClient/DHCPv4Client.cpp


+ 0 - 0
Servers/DHCPClient/DHCPv4Client.h → Services/DHCPClient/DHCPv4Client.h


+ 0 - 0
Servers/DHCPClient/Makefile → Services/DHCPClient/Makefile


+ 0 - 0
Servers/DHCPClient/main.cpp → Services/DHCPClient/main.cpp


+ 0 - 0
Servers/LookupServer/DNSAnswer.cpp → Services/LookupServer/DNSAnswer.cpp


+ 0 - 0
Servers/LookupServer/DNSAnswer.h → Services/LookupServer/DNSAnswer.h


+ 0 - 0
Servers/LookupServer/DNSPacket.h → Services/LookupServer/DNSPacket.h


+ 0 - 0
Servers/LookupServer/DNSQuestion.h → Services/LookupServer/DNSQuestion.h


+ 0 - 0
Servers/LookupServer/DNSRequest.cpp → Services/LookupServer/DNSRequest.cpp


+ 0 - 0
Servers/LookupServer/DNSRequest.h → Services/LookupServer/DNSRequest.h


+ 0 - 0
Servers/LookupServer/DNSResponse.cpp → Services/LookupServer/DNSResponse.cpp


+ 0 - 0
Servers/LookupServer/DNSResponse.h → Services/LookupServer/DNSResponse.h


+ 0 - 0
Servers/LookupServer/LookupServer.cpp → Services/LookupServer/LookupServer.cpp


+ 0 - 0
Servers/LookupServer/LookupServer.h → Services/LookupServer/LookupServer.h


+ 0 - 0
Servers/LookupServer/Makefile → Services/LookupServer/Makefile


+ 0 - 0
Servers/LookupServer/main.cpp → Services/LookupServer/main.cpp


+ 0 - 0
Servers/Makefile → Services/Makefile


+ 0 - 0
Servers/NotificationServer/ClientConnection.cpp → Services/NotificationServer/ClientConnection.cpp


+ 0 - 0
Servers/NotificationServer/ClientConnection.h → Services/NotificationServer/ClientConnection.h


+ 0 - 0
Servers/NotificationServer/Makefile → Services/NotificationServer/Makefile


+ 0 - 0
Servers/NotificationServer/NotificationClient.ipc → Services/NotificationServer/NotificationClient.ipc


+ 0 - 0
Servers/NotificationServer/NotificationServer.ipc → Services/NotificationServer/NotificationServer.ipc


+ 0 - 0
Servers/NotificationServer/NotificationWindow.cpp → Services/NotificationServer/NotificationWindow.cpp


+ 0 - 0
Servers/NotificationServer/NotificationWindow.h → Services/NotificationServer/NotificationWindow.h


+ 0 - 0
Servers/NotificationServer/main.cpp → Services/NotificationServer/main.cpp


+ 0 - 0
Servers/ProtocolServer/Download.cpp → Services/ProtocolServer/Download.cpp


+ 0 - 0
Servers/ProtocolServer/Download.h → Services/ProtocolServer/Download.h


+ 0 - 0
Servers/ProtocolServer/HttpDownload.cpp → Services/ProtocolServer/HttpDownload.cpp


+ 0 - 0
Servers/ProtocolServer/HttpDownload.h → Services/ProtocolServer/HttpDownload.h


+ 0 - 0
Servers/ProtocolServer/HttpProtocol.cpp → Services/ProtocolServer/HttpProtocol.cpp


+ 0 - 0
Servers/ProtocolServer/HttpProtocol.h → Services/ProtocolServer/HttpProtocol.h


+ 0 - 0
Servers/ProtocolServer/HttpsDownload.cpp → Services/ProtocolServer/HttpsDownload.cpp


+ 0 - 0
Servers/ProtocolServer/HttpsDownload.h → Services/ProtocolServer/HttpsDownload.h


+ 0 - 0
Servers/ProtocolServer/HttpsProtocol.cpp → Services/ProtocolServer/HttpsProtocol.cpp


+ 0 - 0
Servers/ProtocolServer/HttpsProtocol.h → Services/ProtocolServer/HttpsProtocol.h


+ 0 - 0
Servers/ProtocolServer/Makefile → Services/ProtocolServer/Makefile


+ 0 - 0
Servers/ProtocolServer/PSClientConnection.cpp → Services/ProtocolServer/PSClientConnection.cpp


+ 0 - 0
Servers/ProtocolServer/PSClientConnection.h → Services/ProtocolServer/PSClientConnection.h


+ 0 - 0
Servers/ProtocolServer/Protocol.cpp → Services/ProtocolServer/Protocol.cpp


+ 0 - 0
Servers/ProtocolServer/Protocol.h → Services/ProtocolServer/Protocol.h


+ 0 - 0
Servers/ProtocolServer/ProtocolClient.ipc → Services/ProtocolServer/ProtocolClient.ipc


+ 0 - 0
Servers/ProtocolServer/ProtocolServer.ipc → Services/ProtocolServer/ProtocolServer.ipc


+ 0 - 0
Servers/ProtocolServer/main.cpp → Services/ProtocolServer/main.cpp


+ 0 - 0
Servers/SystemServer/Makefile → Services/SystemServer/Makefile


+ 0 - 0
Servers/SystemServer/Service.cpp → Services/SystemServer/Service.cpp


+ 0 - 0
Servers/SystemServer/Service.h → Services/SystemServer/Service.h


+ 0 - 0
Servers/SystemServer/main.cpp → Services/SystemServer/main.cpp


+ 0 - 0
Servers/TTYServer/Makefile → Services/TTYServer/Makefile


+ 0 - 0
Servers/TTYServer/main.cpp → Services/TTYServer/main.cpp


+ 0 - 0
Servers/TelnetServer/Client.cpp → Services/TelnetServer/Client.cpp


+ 0 - 0
Servers/TelnetServer/Client.h → Services/TelnetServer/Client.h


+ 0 - 0
Servers/TelnetServer/Command.h → Services/TelnetServer/Command.h


+ 0 - 0
Servers/TelnetServer/Makefile → Services/TelnetServer/Makefile


+ 0 - 0
Servers/TelnetServer/Parser.cpp → Services/TelnetServer/Parser.cpp


+ 0 - 0
Servers/TelnetServer/Parser.h → Services/TelnetServer/Parser.h


+ 0 - 0
Servers/TelnetServer/main.cpp → Services/TelnetServer/main.cpp


+ 0 - 0
Servers/WebServer/Client.cpp → Services/WebServer/Client.cpp


+ 0 - 0
Servers/WebServer/Client.h → Services/WebServer/Client.h


+ 0 - 0
Servers/WebServer/Makefile → Services/WebServer/Makefile


+ 0 - 0
Servers/WebServer/main.cpp → Services/WebServer/main.cpp


+ 0 - 0
Servers/WindowServer/AppletManager.cpp → Services/WindowServer/AppletManager.cpp


+ 0 - 0
Servers/WindowServer/AppletManager.h → Services/WindowServer/AppletManager.h


+ 0 - 0
Servers/WindowServer/Button.cpp → Services/WindowServer/Button.cpp


+ 0 - 0
Servers/WindowServer/Button.h → Services/WindowServer/Button.h


+ 0 - 0
Servers/WindowServer/ClientConnection.cpp → Services/WindowServer/ClientConnection.cpp


+ 0 - 0
Servers/WindowServer/ClientConnection.h → Services/WindowServer/ClientConnection.h


+ 0 - 0
Servers/WindowServer/Clipboard.cpp → Services/WindowServer/Clipboard.cpp


+ 0 - 0
Servers/WindowServer/Clipboard.h → Services/WindowServer/Clipboard.h


+ 0 - 0
Servers/WindowServer/Compositor.cpp → Services/WindowServer/Compositor.cpp


+ 0 - 0
Servers/WindowServer/Compositor.h → Services/WindowServer/Compositor.h


+ 0 - 0
Servers/WindowServer/Cursor.cpp → Services/WindowServer/Cursor.cpp


+ 0 - 0
Servers/WindowServer/Cursor.h → Services/WindowServer/Cursor.h


+ 0 - 0
Servers/WindowServer/Event.h → Services/WindowServer/Event.h


+ 0 - 0
Servers/WindowServer/EventLoop.cpp → Services/WindowServer/EventLoop.cpp


+ 0 - 0
Servers/WindowServer/EventLoop.h → Services/WindowServer/EventLoop.h


+ 0 - 0
Servers/WindowServer/Makefile → Services/WindowServer/Makefile


+ 0 - 0
Servers/WindowServer/Menu.cpp → Services/WindowServer/Menu.cpp


+ 0 - 0
Servers/WindowServer/Menu.h → Services/WindowServer/Menu.h


+ 0 - 0
Servers/WindowServer/MenuBar.cpp → Services/WindowServer/MenuBar.cpp


+ 0 - 0
Servers/WindowServer/MenuBar.h → Services/WindowServer/MenuBar.h


Einige Dateien werden nicht angezeigt, da zu viele Dateien in diesem Diff geändert wurden.