MCPcopy Create free account
hub / github.com/Icinga/icinga2 / Unregister

Method Unregister

lib/base/configobject.cpp:344–350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

UnregisterObjectMethod · 0.80

Tested by

no test coverage detected