mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
9 lines
132 B
C++
9 lines
132 B
C++
#include "i2-jsonrpc.h"
|
|
|
|
using namespace icinga;
|
|
|
|
JsonRpcServer::JsonRpcServer(void)
|
|
{
|
|
SetClientFactory(factory<JsonRpcClient>);
|
|
}
|