| 575 | } |
| 576 | |
| 577 | static void NetworkClientInfoChangeCallback(void* this_ptr) |
| 578 | { |
| 579 | ResourceManager* this_obj = (ResourceManager*)this_ptr; |
| 580 | |
| 581 | this_obj->DeviceListChanged(); |
| 582 | } |
| 583 | |
| 584 | void ResourceManager::RegisterNetworkClient(NetworkClient* new_client) |
| 585 | { |
nothing calls this directly
no test coverage detected