Fix WinAPI sockets stub.
This commit is contained in:
parent
758256c210
commit
420c361b5f
1 changed files with 5 additions and 0 deletions
|
@ -95,6 +95,11 @@ final class WinAPIEventDriverSockets : EventDriverSockets {
|
|||
assert(false);
|
||||
}
|
||||
|
||||
override void setTargetAddress(DatagramSocketFD socket, scope Address target_address)
|
||||
{
|
||||
assert(false);
|
||||
}
|
||||
|
||||
override bool setBroadcast(DatagramSocketFD socket, bool enable)
|
||||
{
|
||||
assert(false, "TODO!");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue