mirror of
https://github.com/Icinga/icinga2.git
synced 2026-05-18 03:49:21 -04:00
10 lines
86 B
Text
10 lines
86 B
Text
#include "icinga/command.h"
|
|
|
|
namespace icinga
|
|
{
|
|
|
|
class EventCommand : Command
|
|
{
|
|
};
|
|
|
|
}
|