| 1113 | } |
| 1114 | |
| 1115 | void BOBCommandChannel::SetProxy (const std::string& name, std::unique_ptr<I2PService> proxy) |
| 1116 | { |
| 1117 | m_proxy[name] = std::move(proxy); |
| 1118 | } |
| 1119 | |
| 1120 | const I2PService* BOBCommandChannel::GetProxy(const std::string& name) const |
| 1121 | { |