| 52 | event_impl &operator=(int val) noexcept { return *this; } |
| 53 | |
| 54 | int create() { |
| 55 | AF_ERROR("Incorrectly configured", AF_ERR_INTERNAL); |
| 56 | return 0; |
| 57 | } |
| 58 | |
| 59 | int mark(queue_impl &queue) { |
| 60 | AF_ERROR("Incorrectly configured", AF_ERR_INTERNAL); |
no outgoing calls
no test coverage detected