icinga2/components/demo/demo.ti

11 lines
88 B
Plaintext

#include "base/dynamicobject.h"
namespace icinga
{
class Demo : DynamicObject
{
};
}