| 165 | } |
| 166 | |
| 167 | void ConnectionStringTable::mapString(U32 netId, NetStringHandle &string) |
| 168 | { |
| 169 | // the netId is sent by the other side... throw it in our mapping table: |
| 170 | mRemoteStringTable[netId] = string; |
| 171 | } |
| 172 | |
| 173 | void ConnectionStringTable::readDemoStartBlock(BitStream *stream) |
| 174 | { |