mirror of https://github.com/Icinga/icinga2.git
11 lines
120 B
Plaintext
11 lines
120 B
Plaintext
|
#include "base/dynamicobject.h"
|
||
|
|
||
|
namespace icinga
|
||
|
{
|
||
|
|
||
|
class Domain : DynamicObject
|
||
|
{
|
||
|
[config] Dictionary::Ptr acl;
|
||
|
};
|
||
|
|
||
|
}
|