| 85 | } |
| 86 | |
| 87 | void UserGroup::AddNotification(const Notification::Ptr& notification) |
| 88 | { |
| 89 | std::unique_lock<std::mutex> lock(m_UserGroupMutex); |
| 90 | m_Notifications.insert(notification); |
| 91 | } |
| 92 | |
| 93 | void UserGroup::RemoveNotification(const Notification::Ptr& notification) |
| 94 | { |