- Timestamp:
- Sep 11, 2010, 3:17:39 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/modules/notifications/NotificationQueue.cc
r7408 r7410 151 151 std::multiset<NotificationContainer*, NotificationContainerCompare>::iterator it = this->ordering_.begin(); 152 152 // Iterate through all elements whose creation time is smaller than the current time minus the display time. 153 while(it != this->ordering_.upper_bound(&this->timeLimit_) && it != this->ordering_.end())153 while(it != this->ordering_.upper_bound(&this->timeLimit_)) 154 154 { 155 155 NotificationContainer* temp = *it;
Note: See TracChangeset
for help on using the changeset viewer.