| 786 | stream.setPosition(inStream->getPosition()); |
| 787 | } |
| 788 | void process(SimObject *object) |
| 789 | { |
| 790 | ((NetConnection *) object)->sendPacket(&stream); |
| 791 | } |
| 792 | }; |
| 793 | |
| 794 | void NetConnection::checkPacketSend(bool force) |
nothing calls this directly
no test coverage detected