Skip to content
This repository was archived by the owner on Oct 6, 2023. It is now read-only.

Commit 199f6e0

Browse files
committed
fix(neb): headers updated to match engine
1 parent 0d8ed94 commit 199f6e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

neb/inc/com/centreon/engine/notification.hh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ class notification {
5959
notifier::reason_type get_reason() const;
6060
uint32_t get_notification_interval() const;
6161
bool sent_to(const std::string& user) const;
62+
void add_contacts(const std::set<std::string>& contact_notified);
63+
const std::set<std::string>& get_contacts() const;
6264
};
6365

6466
std::ostream& operator<<(std::ostream& os, notification const& obj);

0 commit comments

Comments
 (0)