mirror of https://github.com/Icinga/icinga2.git
parent
290e390914
commit
ce7b6e4f87
|
@ -168,9 +168,3 @@ void ApplyRule::CheckMatches(void)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void ApplyRule::DiscardRules(void)
|
|
||||||
{
|
|
||||||
m_Rules.clear();
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
|
@ -64,7 +64,6 @@ public:
|
||||||
static std::vector<String> GetTargetTypes(const String& sourceType);
|
static std::vector<String> GetTargetTypes(const String& sourceType);
|
||||||
|
|
||||||
static void CheckMatches(void);
|
static void CheckMatches(void);
|
||||||
static void DiscardRules(void);
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
String m_TargetType;
|
String m_TargetType;
|
||||||
|
|
Loading…
Reference in New Issue