| 595 | class TProtos { |
| 596 | public: |
| 597 | inline TProtos() { |
| 598 | TSockets s; |
| 599 | |
| 600 | CreateSocketsOnRandomPort(s); |
| 601 | Init(nullptr, s); |
| 602 | } |
| 603 | |
| 604 | inline TProtos(IOnRequest* cb, ui16 port) { |
| 605 | TSockets s; |
nothing calls this directly
no test coverage detected