Changeset 10815 for trunk/FACT++/src


Ignore:
Timestamp:
05/25/11 13:42:39 (13 years ago)
Author:
tbretz
Message:
Take care of canceled timeouts.
File:
1 edited

Legend:

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

    r10799 r10815  
    419419            return;
    420420        }
     421
     422        if (error==ba::error::basic_errors::operation_aborted)
     423            return;
    421424
    422425        // Check whether the deadline has passed. We compare the deadline
Note: See TracChangeset for help on using the changeset viewer.