| 137 | } |
| 138 | |
| 139 | void AcceptStream (std::shared_ptr<i2p::client::ClientDestination> dest, const i2p::stream::StreamingDestination::Acceptor& acceptor) |
| 140 | { |
| 141 | if (dest) |
| 142 | dest->AcceptStreams (acceptor); |
| 143 | } |
| 144 | |
| 145 | void DestroyStream (std::shared_ptr<i2p::stream::Stream> stream) |
| 146 | { |
nothing calls this directly
no test coverage detected