| 31 | namespace local_stream_protocol_socket_compile { |
| 32 | |
| 33 | void connect_handler(const boost::system::error_code&) |
| 34 | { |
| 35 | } |
| 36 | |
| 37 | void send_handler(const boost::system::error_code&, std::size_t) |
| 38 | { |
nothing calls this directly
no outgoing calls
no test coverage detected