mirror of
				https://github.com/Icinga/icinga2.git
				synced 2025-10-31 03:03:52 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			85 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			85 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| #include "base/application.h"
 | |
| 
 | |
| namespace icinga
 | |
| {
 | |
| 
 | |
| class Hello : Application
 | |
| {
 | |
| };
 | |
| 
 | |
| }
 |