���ػ���ص����� @override
| 76 | // ���ػ���ص����� |
| 77 | // @override |
| 78 | void timer_callback(unsigned int id) |
| 79 | { |
| 80 | std::cout << "timer_writer(" << id << "): timer_callback, delay: " |
| 81 | << delay_ << std::endl; |
| 82 | |
| 83 | // ���û���Ĵ������� |
| 84 | acl::aio_timer_writer::timer_callback(id); |
| 85 | } |
| 86 | |
| 87 | private: |
| 88 | int delay_; |
nothing calls this directly
no test coverage detected