]> granicus.if.org Git - icinga2/blobdiff - lib/icinga/service.hpp
Move the VMFrame class to libbase
[icinga2] / lib / icinga / service.hpp
index 2c0ee86a63d5ad1988d5f77c58ed114da6af5e5e..53e82edf9af0d5aba61878f4708c91b245b7f768 100644 (file)
@@ -61,7 +61,7 @@ protected:
 private:
        Host::Ptr m_Host;
 
-       static void EvaluateApplyRuleInstance(const Host::Ptr& host, const String& name, VMFrame& frame, const ApplyRule& rule);
+       static void EvaluateApplyRuleInstance(const Host::Ptr& host, const String& name, ScriptFrame& frame, const ApplyRule& rule);
        static bool EvaluateApplyRule(const Host::Ptr& host, const ApplyRule& rule);
 };