| 219 | #undef DM_SOCKET_RESULT_TO_STRING_CASE |
| 220 | |
| 221 | Selector::Selector() |
| 222 | { |
| 223 | SelectorZero(this); |
| 224 | } |
| 225 | |
| 226 | dmFileDescriptor::PollEvent SelectorKindToPollEvent(SelectorKind selector_kind) |
| 227 | { |
nothing calls this directly
no test coverage detected