mirror of https://github.com/Icinga/icinga2.git
parent
279293331f
commit
a8ec777819
|
@ -78,6 +78,10 @@ struct Field
|
||||||
bool PureSetAccessor;
|
bool PureSetAccessor;
|
||||||
std::string DefaultAccessor;
|
std::string DefaultAccessor;
|
||||||
|
|
||||||
|
Field(void)
|
||||||
|
: Attributes(0), PureGetAccessor(false), PureSetAccessor(false)
|
||||||
|
{ }
|
||||||
|
|
||||||
std::string GetFriendlyName(void) const
|
std::string GetFriendlyName(void) const
|
||||||
{
|
{
|
||||||
if (!AlternativeName.empty())
|
if (!AlternativeName.empty())
|
||||||
|
|
Loading…
Reference in New Issue