Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 22, 2009, 12:44:05 PM (15 years ago)
Author:
dafrick
Message:

Some cleanup und resolved TODO's in questsystem.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/modules/questsystem/notifications/NotificationManager.cc

    r5748 r5760  
    123123        this->listenerList_[listener] = index; //!< Add the NotificationListener to the list of listeners.
    124124
    125         std::set<std::string> set = listener->getTargetsSet(); //TODO: Works this?
     125        std::set<std::string> set = listener->getTargetsSet(); //TODO: Does this work?
    126126
    127127        //! If all senders are the target of the listener, then the list of notification for that specific listener is te same as the list of all Notifications.
Note: See TracChangeset for help on using the changeset viewer.