icinga2/lib/icinga/eventcommand.ti

11 lines
88 B
Plaintext

#include "icinga/command.hpp"
namespace icinga
{
class EventCommand : Command
{
};
}