| 37 | namespace generic_stream_protocol_socket_compile { |
| 38 | |
| 39 | void connect_handler(const boost::system::error_code&) |
| 40 | { |
| 41 | } |
| 42 | |
| 43 | void send_handler(const boost::system::error_code&, std::size_t) |
| 44 | { |
nothing calls this directly
no outgoing calls
no test coverage detected