diff options
Diffstat (limited to 'lib/icinga/notificationcommand.ti')
-rw-r--r-- | lib/icinga/notificationcommand.ti | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/icinga/notificationcommand.ti b/lib/icinga/notificationcommand.ti new file mode 100644 index 0000000..51207a3 --- /dev/null +++ b/lib/icinga/notificationcommand.ti @@ -0,0 +1,14 @@ +/* Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ */ + +#include "icinga/command.hpp" + +library icinga; + +namespace icinga +{ + +class NotificationCommand : Command +{ +}; + +} |