Changeset 7504 for code/trunk/src/modules/notifications
- Timestamp:
- Oct 6, 2010, 8:00:40 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/modules/notifications/NotificationManager.cc
r7489 r7504 249 249 // If all senders are the target of the NotificationListener, then the list of Notifications for that specific NotificationListener is the same as the list of all Notifications. 250 250 bool bAll = set.find(NotificationManager::ALL) != set.end(); 251 std::multimap<std::time_t, Notification*>* map ;251 std::multimap<std::time_t, Notification*>* map = NULL; 252 252 if(bAll) 253 253 this->notificationLists_[index] = &this->allNotificationsList_;
Note: See TracChangeset
for help on using the changeset viewer.