mirror of
https://github.com/Icinga/icinga2.git
synced 2025-11-08 15:59:59 +01:00
10 lines
85 B
Plaintext
10 lines
85 B
Plaintext
#include "icinga/command.h"
|
|
|
|
namespace icinga
|
|
{
|
|
|
|
class CheckCommand : Command
|
|
{
|
|
};
|
|
|
|
} |