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
ec1a7bbfcb
icinga2
/
lib
/
base
/
application.ti
11 lines
104 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Implement class compiler. Refs #4963
2013-10-26 09:41:45 +02:00
#include "base/dynamicobject.h"
namespace icinga
{
Implement serializer support for arbitrary classes. Fixes #5024
2013-11-08 11:17:46 +01:00
abstract class Application : DynamicObject
Implement class compiler. Refs #4963
2013-10-26 09:41:45 +02:00
{
};
}