2013-10-28 14:27:36 +01:00

11 lines
88 B
Plaintext

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