blob: a33651988994c32b694d2b7d3d76feb373b0283d (
plain)
1
2
3
4
5
6
7
8
9
|
/* Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ */
#include "base/number.hpp"
#include "base/primitivetype.hpp"
using namespace icinga;
REGISTER_BUILTIN_TYPE(Number, Number::GetPrototype());
|