icinga2/lib/checker/checkercomponent.ti

11 lines
102 B
Plaintext
Raw Normal View History

2014-05-25 16:23:35 +02:00
#include "base/dynamicobject.hpp"
2013-10-26 09:41:45 +02:00
namespace icinga
{
class CheckerComponent : DynamicObject
{
};
}