icinga2/lib/icinga/eventcommand.ti

11 lines
86 B
Plaintext
Raw Normal View History

2013-10-26 09:41:45 +02:00
#include "icinga/command.h"
namespace icinga
{
class EventCommand : Command
{
};
}