| 610 | |
| 611 | void Socket::setReuseAddress(Exception& ex,bool flag) { _pImpl->setReuseAddress(ex,flag); } |
| 612 | bool Socket::getReuseAddress(Exception& ex) const { return _pImpl->getReuseAddress(ex); } |
| 613 | |
| 614 | void Socket::setOOBInline(Exception& ex,bool flag) { _pImpl->setOOBInline(ex,flag); } |
| 615 | bool Socket::getOOBInline(Exception& ex) const { return _pImpl->getOOBInline(ex); } |
nothing calls this directly
no outgoing calls
no test coverage detected