mirror of
https://github.com/Icinga/icinga2.git
synced 2025-05-30 03:10:19 +02:00
11 lines
93 B
Plaintext
11 lines
93 B
Plaintext
#include "icinga/command.h"
|
|
|
|
namespace icinga
|
|
{
|
|
|
|
class NotificationCommand : Command
|
|
{
|
|
};
|
|
|
|
}
|