mirror of
https://github.com/Icinga/icinga2.git
synced 2025-05-16 12:30:18 +02:00
11 lines
105 B
Plaintext
11 lines
105 B
Plaintext
#include "base/dynamicobject.h"
|
|
|
|
namespace icinga
|
|
{
|
|
|
|
class NotificationComponent : DynamicObject
|
|
{
|
|
};
|
|
|
|
}
|