| 506 | |
| 507 | |
| 508 | SocketReceiveMultiplexer::SocketReceiveMultiplexer() |
| 509 | { |
| 510 | impl_ = new Implementation(); |
| 511 | } |
| 512 | |
| 513 | SocketReceiveMultiplexer::~SocketReceiveMultiplexer() |
| 514 | { |
nothing calls this directly
no outgoing calls
no test coverage detected