icinga2/lib/icinga/eventcommand.ti

11 lines
86 B
Plaintext

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