mirror of https://github.com/Icinga/icinga2.git
Add missing default implementation for DynamicObject::Stop().
This commit is contained in:
parent
d7492ab823
commit
fc337a51e7
|
@ -405,6 +405,13 @@ void DynamicObject::Start(void)
|
|||
/* Nothing to do here. */
|
||||
}
|
||||
|
||||
void DynamicObject::Stop(void)
|
||||
{
|
||||
ASSERT(!OwnsLock());
|
||||
|
||||
/* Nothing to do here. */
|
||||
}
|
||||
|
||||
void DynamicObject::Unregister(void)
|
||||
{
|
||||
ASSERT(!OwnsLock());
|
||||
|
|
Loading…
Reference in New Issue