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