mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-23 21:55:03 +02:00
parent
375c5a53c6
commit
3308eb1d87
@ -66,4 +66,5 @@ Value AExpression::Evaluate(const Object::Ptr& thisRef) const
|
|||||||
default:
|
default:
|
||||||
ASSERT(!"Invalid operator.");
|
ASSERT(!"Invalid operator.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -60,4 +60,5 @@ private:
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif /* AVALUE_H */
|
#endif /* AVALUE_H */
|
||||||
|
|
||||||
|
@ -53,4 +53,5 @@ void ConfigCompilerContext::Reset(void)
|
|||||||
ConfigCompilerContext *ConfigCompilerContext::GetInstance(void)
|
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>
|
||||||
|
|
||||||
|
@ -147,4 +147,5 @@ private:
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif /* CLASSCOMPILER_H */
|
#endif /* CLASSCOMPILER_H */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user