Ignore:
Timestamp:
Feb 4, 2010, 7:23:46 PM (14 years ago)
Author:
Christoph Mayer
Message:

-fix für löschen von timer objekten welche noch aktive messages in der queue haben

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/utility/system/Timer.cpp

    r7468 r7533  
    100100        running = false;
    101101        reset(); // cause the sleep to abort
    102         //SystemQueue::instance().dropAll(this);
     102        SystemQueue::instance().dropAll(this);
    103103}
    104104
Note: See TracChangeset for help on using the changeset viewer.