| 291 | } |
| 292 | |
| 293 | void ServiceDbObject::DoCommonConfigUpdate() |
| 294 | { |
| 295 | Service::Ptr service = static_pointer_cast<Service>(GetObject()); |
| 296 | |
| 297 | /* update comments and downtimes on config change */ |
| 298 | DbEvents::AddComments(service); |
| 299 | DbEvents::AddDowntimes(service); |
| 300 | } |
| 301 | |
| 302 | String ServiceDbObject::CalculateConfigHash(const Dictionary::Ptr& configFields) const |
| 303 | { |
nothing calls this directly
no outgoing calls
no test coverage detected