icinga2/components/notification/notificationcomponent.ti
2014-05-25 16:27:14 +02:00

11 lines
107 B
Plaintext

#include "base/dynamicobject.hpp"
namespace icinga
{
class NotificationComponent : DynamicObject
{
};
}