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
0ad779e4a5
icinga2
/
components
/
demo
/
demo.ti
11 lines
90 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Rename C++ header files. Fixes #6291
2014-05-25 16:23:35 +02:00
#include "base/dynamicobject.hpp"
Implement class compiler. Refs #4963
2013-10-26 09:41:45 +02:00
namespace icinga
{
class Demo : DynamicObject
{
};
}