Changeset 7412 for code/trunk/src/modules/notifications/NotificationQueue.h
- Timestamp:
- Sep 11, 2010, 4:16:10 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/modules/notifications/NotificationQueue.h
r7410 r7412 158 158 void push(Notification* notification, const std::time_t & time); //!< Adds (pushes) a Notification to the NotificationQueue. 159 159 void pop(void); //!< Removes (pops) the least recently added Notification form the NotificationQueue. 160 void remove( NotificationContainer* container); //!< Removes the Notification that is stored in the input NotificationContainer.160 void remove(const std::multiset<NotificationContainer*, NotificationContainerCompare>::iterator& containerIterator); //!< Removes the Notification that is stored in the input NotificationContainer. 161 161 162 162 void clear(void); //!< Clears the NotificationQueue by removing all NotificationContainers.
Note: See TracChangeset
for help on using the changeset viewer.