| 1313 | } |
| 1314 | |
| 1315 | void NetConnection::writeConnectAccept(BitStream *stream) |
| 1316 | { |
| 1317 | TORQUE_UNUSED(stream); |
| 1318 | } |
| 1319 | |
| 1320 | bool NetConnection::readConnectAccept(BitStream *stream, const char **errorString) |
| 1321 | { |
no outgoing calls
no test coverage detected