| 300 | } |
| 301 | |
| 302 | bool Socket::init(std::string& errorMsg) |
| 303 | { |
| 304 | return _selectInterrupt->init(errorMsg); |
| 305 | } |
| 306 | |
| 307 | bool Socket::writeBytes(const std::string& str, |
| 308 | const CancellationRequest& isCancellationRequested) |
no outgoing calls
no test coverage detected