ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/src/iom.C
(Generate patch)

Comparing gvpe/src/iom.C (file contents):
Revision 1.23 by pcg, Fri Nov 12 10:23:33 2004 UTC vs.
Revision 1.24 by pcg, Fri Nov 12 12:49:12 2004 UTC

283 activity = false; 283 activity = false;
284 284
285 for (int i = tw.size (); i--; ) 285 for (int i = tw.size (); i--; )
286 if (!tw[i]) 286 if (!tw[i])
287 tw.erase_unordered (i); 287 tw.erase_unordered (i);
288 else if (tw[i]->at <= NOW + IOM_ACCURACY) 288 else if (tw[i]->at <= NOW)
289 { 289 {
290 time_watcher &w = *tw[i]; 290 time_watcher &w = *tw[i];
291 291
292 unreg (w); 292 unreg (w);
293 w.call (w); 293 w.call (w);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines