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