]> granicus.if.org Git - icinga2/commit
Implement IDO (well, part of it anyway).
authorGunnar Beutner <gunnar.beutner@netways.de>
Fri, 5 Jul 2013 07:37:04 +0000 (09:37 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Tue, 16 Jul 2013 08:19:13 +0000 (10:19 +0200)
commit3a7bae618a7a95088b9c0a14b7373a92268772cf
tree1dc892bd0e3a7d356bc92a9aebf9008dfa13f29a
parented28ae1b3f75f25b2089b47f5fe27e10a6a37b86
Implement IDO (well, part of it anyway).
32 files changed:
components/Makefile.am
components/ido/Makefile.am [new file with mode: 0644]
components/ido/dbconnection.cpp [new file with mode: 0644]
components/ido/dbconnection.h [new file with mode: 0644]
components/ido/dbobject.cpp [new file with mode: 0644]
components/ido/dbobject.h [new file with mode: 0644]
components/ido/dbreference.cpp [new file with mode: 0644]
components/ido/dbreference.h [new file with mode: 0644]
components/ido/dbtype.cpp [new file with mode: 0644]
components/ido/dbtype.h [new file with mode: 0644]
components/ido/hostdbobject.cpp [new file with mode: 0644]
components/ido/hostdbobject.h [new file with mode: 0644]
components/ido/ido-type.conf [new file with mode: 0644]
components/ido/ido.vcxproj [new file with mode: 0644]
components/ido/ido.vcxproj.filters [new file with mode: 0644]
components/ido_log/.gitignore [new file with mode: 0644]
components/ido_log/Makefile.am [new file with mode: 0644]
components/ido_log/ido_log-type.conf [new file with mode: 0644]
components/ido_log/ido_log.vcxproj [new file with mode: 0644]
components/ido_log/ido_log.vcxproj.filters [new file with mode: 0644]
components/ido_log/logdbconnection.cpp [new file with mode: 0644]
components/ido_log/logdbconnection.h [new file with mode: 0644]
components/ido_mysql/.gitignore [new file with mode: 0644]
components/ido_mysql/Makefile.am [new file with mode: 0644]
components/ido_mysql/ido_mysql-type.conf [new file with mode: 0644]
components/ido_mysql/ido_mysql.vcxproj [new file with mode: 0644]
components/ido_mysql/ido_mysql.vcxproj.filters [new file with mode: 0644]
components/ido_mysql/mysqldbconnection.cpp [new file with mode: 0644]
components/ido_mysql/mysqldbconnection.h [new file with mode: 0644]
configure.ac
lib/base/dynamicobject.cpp
lib/base/dynamicobject.h