mirror of
https://github.com/Icinga/icinga2.git
synced 2025-11-01 20:24:23 +01:00
11 lines
88 B
Plaintext
11 lines
88 B
Plaintext
#include "icinga/command.hpp"
|
|
|
|
namespace icinga
|
|
{
|
|
|
|
class EventCommand : Command
|
|
{
|
|
};
|
|
|
|
}
|