]> granicus.if.org Git - icinga2/commit
livestatus: use generic Value() as row accessor instead of Object()
authorMichael Friedrich <michael.friedrich@netways.de>
Wed, 10 Jul 2013 12:06:46 +0000 (14:06 +0200)
committerMichael Friedrich <michael.friedrich@netways.de>
Wed, 10 Jul 2013 12:11:03 +0000 (14:11 +0200)
commitff61df9d716b35a8ca2cb0e9aaa58faaa36b32d4
tree6a090c87751150bd1a64be5ac63626349dab6129
parent664916dffb0307d3e6a709fd636fbedbe3f8b409
livestatus: use generic Value() as row accessor instead of Object()

This will allow comments/downtimes to be stashed as string (id) while
existing objects will still be available as Value().

refs #4372
23 files changed:
components/livestatus/commandstable.cpp
components/livestatus/commandstable.h
components/livestatus/commentstable.cpp
components/livestatus/commentstable.h
components/livestatus/contactgroupstable.cpp
components/livestatus/contactgroupstable.h
components/livestatus/contactstable.cpp
components/livestatus/contactstable.h
components/livestatus/downtimestable.cpp
components/livestatus/downtimestable.h
components/livestatus/hostgroupstable.cpp
components/livestatus/hostgroupstable.h
components/livestatus/hoststable.cpp
components/livestatus/hoststable.h
components/livestatus/logtable.cpp
components/livestatus/logtable.h
components/livestatus/servicegroupstable.cpp
components/livestatus/servicegroupstable.h
components/livestatus/servicestable.cpp
components/livestatus/servicestable.h
components/livestatus/statustable.cpp
components/livestatus/statustable.h
components/livestatus/table.h