core: Cleanup RPC (#6674)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user