mirror of
https://github.com/Icinga/icinga2.git
synced 2026-04-01 23:25:22 -04:00
10 lines
95 B
Text
10 lines
95 B
Text
#include "icinga/command.hpp"
|
|
|
|
namespace icinga
|
|
{
|
|
|
|
class NotificationCommand : Command
|
|
{
|
|
};
|
|
|
|
}
|