| 121 | } |
| 122 | |
| 123 | void |
| 124 | HQSession::start() |
| 125 | { |
| 126 | SET_HANDLER(&HQSession::main_event_handler); |
| 127 | this->do_io_read(this, 0, nullptr); |
| 128 | this->do_io_write(this, 0, nullptr); |
| 129 | } |
| 130 | |
| 131 | void |
| 132 | HQSession::destroy() |
nothing calls this directly
no test coverage detected