core: Cleanup RPC (#6674)

This commit is contained in:
GPUCode
2023-07-13 04:54:02 +03:00
committed by GitHub
parent bbf833bceb
commit 7a7f485640
10 changed files with 69 additions and 83 deletions

View File

@ -9,7 +9,7 @@
#include "core/rpc/packet.h"
#include "core/rpc/udp_server.h"
namespace RPC {
namespace Core::RPC {
class UDPServer::Impl {
public:
@ -93,4 +93,4 @@ UDPServer::UDPServer(std::function<void(std::unique_ptr<Packet>)> new_request_ca
UDPServer::~UDPServer() = default;
} // namespace RPC
} // namespace Core::RPC