mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-27 07:34:15 +02:00
Build fix.
This commit is contained in:
parent
bd0ad338f8
commit
d79be5afbd
@ -35,6 +35,11 @@ UserGroupDbObject::UserGroupDbObject(const DbType::Ptr& type, const String& name
|
|||||||
: DbObject(type, name1, name2)
|
: DbObject(type, name1, name2)
|
||||||
{ }
|
{ }
|
||||||
|
|
||||||
|
void UserGroupDbObject::StaticInitialize(void)
|
||||||
|
{
|
||||||
|
UserGroup::OnMembersChanged.connect(&UserGroupDbObject::MembersChangedHandler);
|
||||||
|
}
|
||||||
|
|
||||||
Dictionary::Ptr UserGroupDbObject::GetConfigFields(void) const
|
Dictionary::Ptr UserGroupDbObject::GetConfigFields(void) const
|
||||||
{
|
{
|
||||||
Dictionary::Ptr fields = boost::make_shared<Dictionary>();
|
Dictionary::Ptr fields = boost::make_shared<Dictionary>();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user