| 256 | |
| 257 | |
| 258 | void MulticastSocket::leaveGroup(const IPAddress& groupAddress) |
| 259 | { |
| 260 | NetworkInterface intf; |
| 261 | leaveGroup(groupAddress, intf); |
| 262 | } |
| 263 | |
| 264 | |
| 265 | void MulticastSocket::leaveGroup(const IPAddress& groupAddress, const NetworkInterface& interfc) |
nothing calls this directly
no test coverage detected