| 49 | } |
| 50 | |
| 51 | void |
| 52 | ServiceRegistry::Clear() |
| 53 | { |
| 54 | auto l = this->Lock(); |
| 55 | US_UNUSED(l); |
| 56 | services.clear(); |
| 57 | classServices.clear(); |
| 58 | serviceRegistrations.clear(); |
| 59 | bundleServices.clear(); |
| 60 | } |
| 61 | |
| 62 | Properties |
| 63 | ServiceRegistry::CreateServiceProperties(ServiceProperties const& in, |