mirror of
https://github.com/Icinga/icinga2.git
synced 2026-04-09 02:46:24 -04:00
10 lines
105 B
Text
10 lines
105 B
Text
#include "base/dynamicobject.h"
|
|
|
|
namespace icinga
|
|
{
|
|
|
|
class NotificationComponent : DynamicObject
|
|
{
|
|
};
|
|
|
|
}
|