Ignore:
Timestamp:
05/16/11 16:10:49 (13 years ago)
Author:
tbretz
Message:
Initialize fState.
File:
1 edited

Legend:

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

    r10707 r10721  
    488488public:
    489489    ConnectionFTM(ba::io_service& ioservice, MessageImp &imp) : Connection(ioservice, imp()),
    490         fIsVerbose(true), fIsDynamicOut(true), fIsHexOutput(true)
     490        fState(0), fIsVerbose(true), fIsDynamicOut(true), fIsHexOutput(true)
    491491    {
    492492        SetLogStream(&imp);
Note: See TracChangeset for help on using the changeset viewer.