| 1188 | int eid; |
| 1189 | CUDTUnited* that; |
| 1190 | AtReturn(CUDTUnited* t, int e) |
| 1191 | : eid(e) |
| 1192 | , that(t) |
| 1193 | { |
| 1194 | } |
| 1195 | ~AtReturn() { that->m_EPoll.release(eid); } |
| 1196 | } l_ar(this, eid); |
| 1197 |
nothing calls this directly
no outgoing calls
no test coverage detected