| 342 | } |
| 343 | |
| 344 | void ConfigObject::Unregister() |
| 345 | { |
| 346 | ASSERT(!OwnsLock()); |
| 347 | |
| 348 | TypeImpl<ConfigObject>::Ptr type = static_pointer_cast<TypeImpl<ConfigObject> >(GetReflectionType()); |
| 349 | type->UnregisterObject(this); |
| 350 | } |
| 351 | |
| 352 | void ConfigObject::Start(bool runtimeCreated) |
| 353 | { |
nothing calls this directly
no test coverage detected