]> granicus.if.org Git - icinga2/commit
Eliminate the Component class.
authorGunnar Beutner <gunnar.beutner@netways.de>
Tue, 12 Mar 2013 12:45:54 +0000 (13:45 +0100)
committerGunnar Beutner <gunnar.beutner@netways.de>
Tue, 12 Mar 2013 12:45:54 +0000 (13:45 +0100)
commit3c363499bb085832c70719cb230d2793ee294faf
treeaa995f9525b3c8226048699201260fc84386999d
parent91c82263a5985f8e04d8fa9c6f864345d4423ba1
Eliminate the Component class.

Fixes #3832
Fixes #3840
61 files changed:
Makefile.am
components/checker/.gitignore [new file with mode: 0644]
components/checker/Makefile.am
components/checker/checker-type.conf [new file with mode: 0644]
components/checker/checkercomponent.cpp
components/checker/checkercomponent.h
components/compat/.gitignore [new file with mode: 0644]
components/compat/Makefile.am
components/compat/compat-type.conf [new file with mode: 0644]
components/compat/compatcomponent.cpp
components/compat/compatcomponent.h
components/delegation/.gitignore [new file with mode: 0644]
components/delegation/Makefile.am
components/delegation/delegation-type.conf [new file with mode: 0644]
components/delegation/delegationcomponent.cpp
components/delegation/delegationcomponent.h
components/demo/.gitignore [new file with mode: 0644]
components/demo/Makefile.am
components/demo/demo-type.conf [new file with mode: 0644]
components/demo/democomponent.cpp
components/demo/democomponent.h
components/livestatus/.gitignore [new file with mode: 0644]
components/livestatus/Makefile.am
components/livestatus/component.cpp
components/livestatus/component.h
components/livestatus/livestatus-type.conf [new file with mode: 0644]
components/notification/.gitignore [new file with mode: 0644]
components/notification/Makefile.am
components/notification/notification-type.conf [new file with mode: 0644]
components/notification/notificationcomponent.cpp
components/notification/notificationcomponent.h
components/replication/.gitignore [new file with mode: 0644]
components/replication/Makefile.am
components/replication/replication-type.conf [new file with mode: 0644]
components/replication/replicationcomponent.cpp
components/replication/replicationcomponent.h
configure.ac
icinga-app/Makefile.am
icinga-app/icinga.cpp
itl/Makefile.am
itl/itl.conf
itl/standalone.conf
lib/base/Makefile.am
lib/base/component.cpp [deleted file]
lib/base/component.h [deleted file]
lib/base/dynamictype.h
lib/base/i2-base.h
lib/base/scriptfunction.h
lib/base/utility.cpp
lib/base/utility.h
lib/config/.gitignore [new file with mode: 0644]
lib/config/Makefile.am
lib/config/base-type.conf [new file with mode: 0644]
lib/config/configcompiler.cpp
lib/config/configcompiler.h
lib/icinga/.gitignore [new file with mode: 0644]
lib/icinga/Makefile.am
lib/icinga/icinga-type.conf [moved from itl/types.conf with 91% similarity]
lib/remoting/.gitignore [new file with mode: 0644]
lib/remoting/Makefile.am
lib/remoting/remoting-type.conf [new file with mode: 0644]