Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 11, 2010, 8:30:17 PM (14 years ago)
Author:
rgrieder
Message:

Removed StringCompare again.

File:
1 edited

Legend:

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

    r7413 r7417  
    124124            @return Returns a set of strings holding the different targets.
    125125            */
    126             inline const std::set<std::string, StringCompare> & getTargetsSet()
     126            inline const std::set<std::string> & getTargetsSet()
    127127                { return this->targets_; }
    128128
     
    144144            bool registered_; //!< Helper variable to remember whether the NotificationQueue is registered already.
    145145
    146             std::set<std::string, StringCompare> targets_; //!< The targets the NotificationQueue displays Notifications of.
     146            std::set<std::string> targets_; //!< The targets the NotificationQueue displays Notifications of.
    147147
    148148            std::multiset<NotificationContainer*, NotificationContainerCompare> ordering_; //!< The NotificationContainers ordered by the time they were registered.
Note: See TracChangeset for help on using the changeset viewer.