| 234 | return Singleton<TPortManager>()->GetPort(port); |
| 235 | } |
| 236 | TVector<TPortHolder> GetFreePortsRange(size_t count) { |
| 237 | return Singleton<TPortManager>()->GetFreePortsRange(count); |
| 238 | } |
| 239 | } |
| 240 | |
| 241 | IOutputStream& operator<<(IOutputStream& out, const TPortHolder& port) { |