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