mirror of
https://github.com/Icinga/icinga2.git
synced 2026-04-27 09:06:42 -04:00
10 lines
92 B
Text
10 lines
92 B
Text
|
|
#include "icinga/command.h"
|
||
|
|
|
||
|
|
namespace icinga
|
||
|
|
{
|
||
|
|
|
||
|
|
class NotificationCommand : Command
|
||
|
|
{
|
||
|
|
};
|
||
|
|
|
||
|
|
}
|