| 57 | } |
| 58 | |
| 59 | int mark(queue_impl &queue) { |
| 60 | AF_ERROR("Incorrectly configured", AF_ERR_INTERNAL); |
| 61 | return 0; |
| 62 | } |
| 63 | |
| 64 | int wait(queue_impl &queue) const { |
| 65 | AF_ERROR("Incorrectly configured", AF_ERR_INTERNAL); |
no outgoing calls
no test coverage detected