| 607 | |
| 608 | void Socket::setKeepAlive(Exception& ex,bool flag) { _pImpl->setKeepAlive(ex,flag); } |
| 609 | bool Socket::getKeepAlive(Exception& ex) const { return _pImpl->getKeepAlive(ex); } |
| 610 | |
| 611 | void Socket::setReuseAddress(Exception& ex,bool flag) { _pImpl->setReuseAddress(ex,flag); } |
| 612 | bool Socket::getReuseAddress(Exception& ex) const { return _pImpl->getReuseAddress(ex); } |
nothing calls this directly
no outgoing calls
no test coverage detected