summaryrefslogtreecommitdiffstats
path: root/lib/icinga/eventcommand.ti
diff options
context:
space:
mode:
Diffstat (limited to 'lib/icinga/eventcommand.ti')
-rw-r--r--lib/icinga/eventcommand.ti15
1 files changed, 15 insertions, 0 deletions
diff --git a/lib/icinga/eventcommand.ti b/lib/icinga/eventcommand.ti
new file mode 100644
index 0000000..a166d1e
--- /dev/null
+++ b/lib/icinga/eventcommand.ti
@@ -0,0 +1,15 @@
+/* Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ */
+
+#include "icinga/command.hpp"
+
+
+library icinga;
+
+namespace icinga
+{
+
+class EventCommand : Command
+{
+};
+
+}