| 125 | } |
| 126 | |
| 127 | void Checkable::UnregisterNotification(const Notification::Ptr& notification) |
| 128 | { |
| 129 | std::unique_lock<std::mutex> lock(m_NotificationMutex); |
| 130 | m_Notifications.erase(notification); |
| 131 | } |
| 132 | |
| 133 | void Checkable::FireSuppressedNotifications() |
| 134 | { |