| 150 | } |
| 151 | |
| 152 | void close() |
| 153 | { |
| 154 | // Cancel all outstanding asynchronous operations. |
| 155 | socket_.close(); |
| 156 | input_.close(); |
| 157 | output_.close(); |
| 158 | } |
| 159 | |
| 160 | private: |
| 161 | tcp::socket socket_; |
nothing calls this directly
no outgoing calls
no test coverage detected