| 3001 | } |
| 3002 | |
| 3003 | void IcingaDB::CommentRemovedHandler(const Comment::Ptr& comment) |
| 3004 | { |
| 3005 | for (auto& rw : ConfigType::GetObjectsByType<IcingaDB>()) { |
| 3006 | rw->SendRemovedComment(comment); |
| 3007 | } |
| 3008 | } |
| 3009 | |
| 3010 | void IcingaDB::FlappingChangeHandler(const Checkable::Ptr& checkable, double changeTime) |
| 3011 | { |
nothing calls this directly
no test coverage detected