| 82 | } |
| 83 | |
| 84 | void afxChoreographerData::packData(BitStream* stream) |
| 85 | { |
| 86 | Parent::packData(stream); |
| 87 | |
| 88 | stream->write(exec_on_new_clients); |
| 89 | stream->write(echo_packet_usage); |
| 90 | stream->writeString(client_script_file); |
| 91 | stream->writeString(client_init_func); |
| 92 | } |
| 93 | |
| 94 | void afxChoreographerData::unpackData(BitStream* stream) |
| 95 | { |
nothing calls this directly
no test coverage detected