mirror of
https://github.com/Icinga/icinga2.git
synced 2026-02-21 17:01:05 -05:00
10 lines
100 B
Text
10 lines
100 B
Text
#include "base/dynamicobject.h"
|
|
|
|
namespace icinga
|
|
{
|
|
|
|
class CheckerComponent : DynamicObject
|
|
{
|
|
};
|
|
|
|
}
|