mirror of
				https://github.com/Icinga/icinga2.git
				synced 2025-11-03 21:25:56 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			261 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			261 B
		
	
	
	
		
			C++
		
	
	
	
	
	
#ifndef I2_JSONRPC_H
 | 
						|
#define I2_JSONRPC_H
 | 
						|
 | 
						|
#include <map>
 | 
						|
#include <i2-base.h>
 | 
						|
 | 
						|
#include "cJSON.h"
 | 
						|
#include "netstring.h"
 | 
						|
#include "jsonrpcmessage.h"
 | 
						|
#include "jsonrpcclient.h"
 | 
						|
#include "jsonrpcserver.h"
 | 
						|
#include "connectionmanager.h"
 | 
						|
 | 
						|
#endif /* I2_JSONRPC_H */ |