- Timestamp:
- Sep 11, 2010, 8:30:17 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/modules/notifications/NotificationQueue.cc
r7413 r7417 356 356 bool first = true; 357 357 // Iterate through the set of targets. 358 for(std::set<std::string , StringCompare>::const_iterator it = this->targets_.begin(); it != this->targets_.end(); it++)358 for(std::set<std::string>::const_iterator it = this->targets_.begin(); it != this->targets_.end(); it++) 359 359 { 360 360 if(!first)
Note: See TracChangeset
for help on using the changeset viewer.