| 1318 | } |
| 1319 | |
| 1320 | void NetConnection::writeConnectAccept(BitStream *stream) |
| 1321 | { |
| 1322 | TORQUE_UNUSED(stream); |
| 1323 | } |
| 1324 | |
| 1325 | bool NetConnection::readConnectAccept(BitStream *stream, const char **errorString) |
| 1326 | { |
no outgoing calls
no test coverage detected