| 28 | ////////////////////////////////////////////////////////////////////// |
| 29 | |
| 30 | aio_istream::aio_istream(aio_handle* handle) |
| 31 | : aio_stream(handle) |
| 32 | , timer_reader_(NULL) |
| 33 | { |
| 34 | } |
| 35 | |
| 36 | aio_istream::aio_istream(aio_handle* handle, ACL_SOCKET fd) |
| 37 | : aio_stream(handle) |
nothing calls this directly
no test coverage detected