mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-21 12:44:58 +02:00
parent
375c5a53c6
commit
3308eb1d87
@ -66,4 +66,5 @@ Value AExpression::Evaluate(const Object::Ptr& thisRef) const
|
||||
default:
|
||||
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)
|
||||
{
|
||||
return Singleton<ConfigCompilerContext>::GetInstance();
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -24,3 +24,4 @@
|
||||
#endif /* _WIN32 */
|
||||
|
||||
#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