1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
/* Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ */ #ifndef OBJECT_PACKER #define OBJECT_PACKER #include "base/i2-base.hpp" namespace icinga { class String; class Value; String PackObject(const Value& value); } #endif /* OBJECT_PACKER */