Changeset 5760 for code/trunk/src/modules/questsystem/notifications
- Timestamp:
- Sep 22, 2009, 12:44:05 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/modules/questsystem/notifications/NotificationManager.cc
r5748 r5760 123 123 this->listenerList_[listener] = index; //!< Add the NotificationListener to the list of listeners. 124 124 125 std::set<std::string> set = listener->getTargetsSet(); //TODO: Works this?125 std::set<std::string> set = listener->getTargetsSet(); //TODO: Does this work? 126 126 127 127 //! 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.