]> granicus.if.org Git - icinga2/commit
Basic support for other scripting languages.
authorGunnar Beutner <gunnar.beutner@netways.de>
Thu, 14 Feb 2013 11:02:02 +0000 (12:02 +0100)
committerGunnar Beutner <gunnar.beutner@netways.de>
Thu, 14 Feb 2013 11:02:02 +0000 (12:02 +0100)
commit7fac5b454eb07cac368f576dadb6d1c54623c1e9
tree034381fa2616a602083e6b1b770069709010752e
parent099821ce07cdab05723f7a2c2d0dc1b6bde60f98
Basic support for other scripting languages.
itl/types.conf
lib/base/Makefile.am
lib/base/i2-base.h
lib/base/script.cpp [new file with mode: 0644]
lib/base/script.h [new file with mode: 0644]
lib/base/scriptinterpreter.cpp [new file with mode: 0644]
lib/base/scriptinterpreter.h [new file with mode: 0644]
lib/base/scriptlanguage.cpp [new file with mode: 0644]
lib/base/scriptlanguage.h [new file with mode: 0644]