| 2994 | } |
| 2995 | |
| 2996 | void IcingaDB::CommentAddedHandler(const Comment::Ptr& comment) |
| 2997 | { |
| 2998 | for (auto& rw : ConfigType::GetObjectsByType<IcingaDB>()) { |
| 2999 | rw->SendAddedComment(comment); |
| 3000 | } |
| 3001 | } |
| 3002 | |
| 3003 | void IcingaDB::CommentRemovedHandler(const Comment::Ptr& comment) |
| 3004 | { |
nothing calls this directly
no test coverage detected