]> granicus.if.org Git - icinga2/blob - lib/icinga/eventcommand.ti
Merge pull request #6727 from Icinga/feature/cluster-config-sync-stage
[icinga2] / lib / icinga / eventcommand.ti
1 /* Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ */
2
3 #include "icinga/command.hpp"
4
5
6 library icinga;
7
8 namespace icinga
9 {
10
11 class EventCommand : Command
12 {
13 };
14
15 }