Changeset 14596 for trunk/FACT++


Ignore:
Timestamp:
11/09/12 20:11:00 (12 years ago)
Author:
tbretz
Message:
Make sure that state machin will stay in the error state if an error occurs during configuration.
File:
1 edited

Legend:

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

    r14505 r14596  
    19741974            return FTM::State::kConfigured;
    19751975
     1976        case FTM::State::kConfigError1:
     1977        case FTM::State::kConfigError2:
     1978        case FTM::State::kConfigError3:
     1979            return T::GetCurrentState();
     1980
    19761981        default:
    19771982            switch (fFTM.GetState())
Note: See TracChangeset for help on using the changeset viewer.