Clear all downloaded content information. */
| 1042 | |
| 1043 | /** Clear all downloaded content information. */ |
| 1044 | void ClientNetworkContentSocketHandler::Clear() |
| 1045 | { |
| 1046 | this->infos.clear(); |
| 1047 | this->requested.clear(); |
| 1048 | this->queued.clear(); |
| 1049 | this->reverse_dependency_map.clear(); |
| 1050 | } |
| 1051 | |
| 1052 | /*** CALLBACK ***/ |
| 1053 |
no test coverage detected