| 598 | |
| 599 | void Socket::setSendBufferSize(Exception& ex,int size) { _pImpl->setSendBufferSize(ex,size); } |
| 600 | int Socket::getSendBufferSize(Exception& ex) const { return _pImpl->getSendBufferSize(ex); } |
| 601 | |
| 602 | void Socket::setReceiveBufferSize(Exception& ex,int size) { _pImpl->setReceiveBufferSize(ex,size); } |
| 603 | int Socket::getReceiveBufferSize(Exception& ex) const { return _pImpl->getReceiveBufferSize(ex); } |
nothing calls this directly
no outgoing calls
no test coverage detected