| 131 | }; |
| 132 | |
| 133 | TInputConnections* InputConnections() { |
| 134 | return Singleton<TInputConnections>(); |
| 135 | } |
| 136 | |
| 137 | struct TSharedSocket: public TSocketHolder, public TAtomicRefCount<TSharedSocket> { |
| 138 | inline TSharedSocket(TSocketHolder& s) |
no outgoing calls
no test coverage detected