���ػ���ص����� @override
| 83 | // ���ػ���ص����� |
| 84 | // @override |
| 85 | void timer_callback(unsigned int id) |
| 86 | { |
| 87 | printf("timer_writer(%d): timer_callback, delay: %d\r\n", |
| 88 | id, delay_); |
| 89 | |
| 90 | // ���û���Ĵ������� |
| 91 | aio_timer_writer::timer_callback(id); |
| 92 | } |
| 93 | |
| 94 | private: |
| 95 | int delay_; |
nothing calls this directly
no test coverage detected