Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 11, 2010, 4:16:10 PM (15 years ago)
Author:
dafrick
Message:

Fixed one (hopefully) final bug in Notifications.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/modules/notifications/NotificationQueue.h

    r7410 r7412  
    158158            void push(Notification* notification, const std::time_t & time); //!< Adds (pushes) a Notification to the NotificationQueue.
    159159            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.
    161161
    162162            void clear(void); //!< Clears the NotificationQueue by removing all NotificationContainers.
Note: See TracChangeset for help on using the changeset viewer.