| 947 | } |
| 948 | |
| 949 | void |
| 950 | UnixNetVConnection::readSignalError(NetHandler *nh, int err) |
| 951 | { |
| 952 | read_signal_error(nh, this, err); |
| 953 | } |
| 954 | |
| 955 | int |
| 956 | UnixNetVConnection::readSignalDone(int event, NetHandler *nh) |
nothing calls this directly
no test coverage detected