| 791 | stream.setPosition(inStream->getPosition()); |
| 792 | } |
| 793 | void process(SimObject *object) |
| 794 | { |
| 795 | ((NetConnection *) object)->sendPacket(&stream); |
| 796 | } |
| 797 | }; |
| 798 | |
| 799 | void NetConnection::checkPacketSend(bool force) |
nothing calls this directly
no test coverage detected