Changeset 16733 for trunk/FACT++/src


Ignore:
Timestamp:
06/05/13 21:24:55 (11 years ago)
Author:
tbretz
Message:
Removed some obsolete comments:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/smartfact.cc

    r16577 r16733  
    22722272    int Execute()
    22732273    {
    2274         // Dispatch (execute) at most one handler from the queue. In contrary
    2275         // to run_one(), it doesn't wait until a handler is available
    2276         // which can be dispatched, so poll_one() might return with 0
    2277         // handlers dispatched. The handlers are always dispatched/executed
    2278         // synchronously, i.e. within the call to poll_one()
    2279         //poll_one();
    2280 
    22812274        Time now;
    22822275        if (now-fLastUpdate<boost::posix_time::seconds(1))
Note: See TracChangeset for help on using the changeset viewer.