mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-26 07:04:37 +02:00
parent
375c5a53c6
commit
3308eb1d87
@ -67,3 +67,4 @@ Value AExpression::Evaluate(const Object::Ptr& thisRef) const
|
|||||||
ASSERT(!"Invalid operator.");
|
ASSERT(!"Invalid operator.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -61,3 +61,4 @@ private:
|
|||||||
}
|
}
|
||||||
|
|
||||||
#endif /* AVALUE_H */
|
#endif /* AVALUE_H */
|
||||||
|
|
||||||
|
@ -54,3 +54,4 @@ ConfigCompilerContext *ConfigCompilerContext::GetInstance(void)
|
|||||||
{
|
{
|
||||||
return Singleton<ConfigCompilerContext>::GetInstance();
|
return Singleton<ConfigCompilerContext>::GetInstance();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -24,3 +24,4 @@
|
|||||||
#endif /* _WIN32 */
|
#endif /* _WIN32 */
|
||||||
|
|
||||||
#include <boost/test/unit_test.hpp>
|
#include <boost/test/unit_test.hpp>
|
||||||
|
|
||||||
|
@ -148,3 +148,4 @@ private:
|
|||||||
}
|
}
|
||||||
|
|
||||||
#endif /* CLASSCOMPILER_H */
|
#endif /* CLASSCOMPILER_H */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user