mirror of https://github.com/Icinga/icinga2.git
11 lines
102 B
Plaintext
11 lines
102 B
Plaintext
|
#include "base/dynamicobject.hpp"
|
||
|
|
||
|
namespace icinga
|
||
|
{
|
||
|
|
||
|
class CheckerComponent : DynamicObject
|
||
|
{
|
||
|
};
|
||
|
|
||
|
}
|