mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:07:36 +00:00
LibProtocol: Rename namespace LibProtocol => Protocol
This commit is contained in:
parent
f6ce24eb48
commit
5b7924b9e7
7 changed files with 9 additions and 9 deletions
|
@ -28,7 +28,7 @@
|
|||
#include <LibProtocol/Client.h>
|
||||
#include <LibProtocol/Download.h>
|
||||
|
||||
namespace LibProtocol {
|
||||
namespace Protocol {
|
||||
|
||||
Client::Client()
|
||||
: IServerConnection(*this, "/tmp/portal/protocol")
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
#include <ProtocolServer/ProtocolClientEndpoint.h>
|
||||
#include <ProtocolServer/ProtocolServerEndpoint.h>
|
||||
|
||||
namespace LibProtocol {
|
||||
namespace Protocol {
|
||||
|
||||
class Download;
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
#include <LibProtocol/Client.h>
|
||||
#include <LibProtocol/Download.h>
|
||||
|
||||
namespace LibProtocol {
|
||||
namespace Protocol {
|
||||
|
||||
Download::Download(Client& client, i32 download_id)
|
||||
: m_client(client.make_weak_ptr())
|
||||
|
|
|
@ -36,7 +36,7 @@ namespace AK {
|
|||
class SharedBuffer;
|
||||
}
|
||||
|
||||
namespace LibProtocol {
|
||||
namespace Protocol {
|
||||
|
||||
class Client;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue