mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Move PeerRole to its own file
This commit is contained in:
@@ -22,9 +22,9 @@ TestPeerLogicAsyncServer::TestPeerLogicAsyncServer (Socket& socket)
|
||||
{
|
||||
}
|
||||
|
||||
TestPeerBasics::Role TestPeerLogicAsyncServer::get_role () const noexcept
|
||||
PeerRole TestPeerLogicAsyncServer::get_role () const noexcept
|
||||
{
|
||||
return Role::server;
|
||||
return PeerRole::server;
|
||||
}
|
||||
|
||||
TestPeerBasics::Model TestPeerLogicAsyncServer::get_model () const noexcept
|
||||
|
||||
Reference in New Issue
Block a user