mirror of
				https://github.com/Icinga/icinga2.git
				synced 2025-11-02 20:54:48 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			250 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			250 B
		
	
	
	
		
			C++
		
	
	
	
	
	
/* Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ */
 | 
						|
 | 
						|
#ifndef I2REMOTE_H
 | 
						|
#define I2REMOTE_H
 | 
						|
 | 
						|
/**
 | 
						|
 * @defgroup remote Remote library
 | 
						|
 *
 | 
						|
 * The Icinga library implements remote cluster functionality.
 | 
						|
 */
 | 
						|
 | 
						|
#include "base/i2-base.hpp"
 | 
						|
 | 
						|
#endif /* I2REMOTE_H */
 |