| 59 | } |
| 60 | |
| 61 | void BitStream::sendPacketStream(const NetAddress *addr) |
| 62 | { |
| 63 | Net::sendto(addr, gPacketStream.getBuffer(), gPacketStream.getPosition()); |
| 64 | } |
| 65 | |
| 66 | // CodeReview WTF is this additional IsEqual? - BJG, 3/29/07 |
| 67 |
nothing calls this directly
no test coverage detected