icinga2/lib/icinga/eventcommand.ti

10 lines
85 B
Plaintext

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