| 231 | |
| 232 | namespace NLegacy { |
| 233 | TPortHolder GetPort( ui16 port ) { |
| 234 | return Singleton<TPortManager>()->GetPort(port); |
| 235 | } |
| 236 | TVector<TPortHolder> GetFreePortsRange(size_t count) { |
| 237 | return Singleton<TPortManager>()->GetFreePortsRange(count); |
| 238 | } |