���ػ���ص�����
| 64 | |
| 65 | // ���ػ���ص����� |
| 66 | virtual void timer_callback(unsigned int id) |
| 67 | { |
| 68 | std::cout << "timer_writer: timer_callback now" << std::endl; |
| 69 | |
| 70 | // ���û���Ĵ������� |
| 71 | aio_timer_writer::timer_callback(0); |
| 72 | } |
| 73 | }; |
| 74 | |
| 75 | CAcceptedClientCallback::CAcceptedClientCallback(aio_socket_stream* client) |
nothing calls this directly
no test coverage detected