| 339 | } |
| 340 | |
| 341 | void HostDbObject::DoCommonConfigUpdate() |
| 342 | { |
| 343 | Host::Ptr host = static_pointer_cast<Host>(GetObject()); |
| 344 | |
| 345 | /* update comments and downtimes on config change */ |
| 346 | DbEvents::AddComments(host); |
| 347 | DbEvents::AddDowntimes(host); |
| 348 | } |
| 349 | |
| 350 | String HostDbObject::CalculateConfigHash(const Dictionary::Ptr& configFields) const |
| 351 | { |
nothing calls this directly
no outgoing calls
no test coverage detected