mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
10 lines
191 B
C++
10 lines
191 B
C++
/* Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ */
|
|
|
|
#include "base/number.hpp"
|
|
#include "base/primitivetype.hpp"
|
|
|
|
using namespace icinga;
|
|
|
|
REGISTER_BUILTIN_TYPE(Number, Number::GetPrototype());
|
|
|