mirror of
				https://github.com/Icinga/icinga2.git
				synced 2025-11-02 20:54:48 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			290 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			290 B
		
	
	
	
		
			C++
		
	
	
	
	
	
/* Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ */
 | 
						|
 | 
						|
#ifndef I2METHODS_H
 | 
						|
#define I2METHODS_H
 | 
						|
 | 
						|
/**
 | 
						|
 * @defgroup methods Icinga methods
 | 
						|
 *
 | 
						|
 * The methods library implements methods for various task (e.g. checks, event
 | 
						|
 * handlers, etc.).
 | 
						|
 */
 | 
						|
 | 
						|
#include "base/i2-base.hpp"
 | 
						|
 | 
						|
#endif /* I2METHODS_H */
 |