mirror of https://github.com/Icinga/icinga2.git
10 lines
85 B
Plaintext
10 lines
85 B
Plaintext
|
#include "icinga/command.h"
|
||
|
|
||
|
namespace icinga
|
||
|
{
|
||
|
|
||
|
class EventCommand : Command
|
||
|
{
|
||
|
};
|
||
|
|
||
|
}
|