LibProtocol: Rename namespace LibProtocol => Protocol

This commit is contained in:
Andreas Kling 2020-02-05 18:21:30 +01:00
commit 5b7924b9e7
Notes: sideshowbarker 2024-07-19 09:36:04 +09:00
7 changed files with 9 additions and 9 deletions

View file

@ -30,7 +30,7 @@
#include <ProtocolServer/ProtocolClientEndpoint.h>
#include <ProtocolServer/ProtocolServerEndpoint.h>
namespace LibProtocol {
namespace Protocol {
class Download;