This website requires JavaScript.
Explore
Help
Register
Sign In
tyler.durden
/
icinga2
mirror of
https://github.com/Icinga/icinga2.git
Watch
1
Star
0
Fork
You've already forked icinga2
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
d2ddde3fec
icinga2
/
lib
/
hello
/
hello.ti
11 lines
87 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Rename C++ header files. Fixes #6291
2014-05-25 16:23:35 +02:00
#include "base/application.hpp"
Implement "hello world" test app. Refs #4995
2013-11-04 15:57:46 +01:00
namespace icinga
{
class Hello : Application
{
};
}