| 278 | } |
| 279 | |
| 280 | void UdpSocket::SendTo( const IpEndpointName& remoteEndpoint, const char *data, std::size_t size ) |
| 281 | { |
| 282 | impl_->SendTo( remoteEndpoint, data, size ); |
| 283 | } |
| 284 | |
| 285 | void UdpSocket::Bind( const IpEndpointName& localEndpoint ) |
| 286 | { |
nothing calls this directly
no outgoing calls
no test coverage detected