* Processes icinga::SendNotifications messages. */
| 262 | * Processes icinga::SendNotifications messages. |
| 263 | */ |
| 264 | void NotificationComponent::SendNotificationsHandler(const Checkable::Ptr& checkable, NotificationType type, |
| 265 | const CheckResult::Ptr& cr, const String& author, const String& text) |
| 266 | { |
| 267 | checkable->SendNotifications(type, cr, author, text); |
| 268 | } |
nothing calls this directly
no test coverage detected