mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Remove deprecated IPAddress
This commit is contained in:
@@ -42,12 +42,12 @@ public:
|
||||
stopThread ();
|
||||
}
|
||||
|
||||
Consumer newInboundEndpoint (IPAddress const& address)
|
||||
Consumer newInboundEndpoint (IP::Endpoint const& address)
|
||||
{
|
||||
return m_logic.newInboundEndpoint (address);
|
||||
}
|
||||
|
||||
Consumer newOutboundEndpoint (IPAddress const& address)
|
||||
Consumer newOutboundEndpoint (IP::Endpoint const& address)
|
||||
{
|
||||
return m_logic.newOutboundEndpoint (address);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user