]> granicus.if.org Git - icinga2/blob - lib/icinga/notificationcommand.ti
Service: be handled while host is down
[icinga2] / lib / icinga / notificationcommand.ti
1 /* Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ */
2
3 #include "icinga/command.hpp"
4
5 library icinga;
6
7 namespace icinga
8 {
9
10 class NotificationCommand : Command
11 {
12 };
13
14 }