| 47 | ////////////////////////////////////////////////////////////////////// |
| 48 | |
| 49 | aio_ostream::aio_ostream(aio_handle* handle) |
| 50 | : aio_stream(handle) |
| 51 | , timer_writers_(NULL) |
| 52 | { |
| 53 | } |
| 54 | |
| 55 | aio_ostream::aio_ostream(aio_handle* handle, ACL_SOCKET fd) |
| 56 | : aio_stream(handle) |
nothing calls this directly
no test coverage detected