Changeset 14959


Ignore:
Timestamp:
02/25/13 14:30:41 (12 years ago)
Author:
tbretz
Message:
Forgot some comments around some new not yet useful code.
File:
1 edited

Legend:

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

    r14701 r14959  
    14891489
    14901490        // Keep the state during reconnection (theoretically, can only be WritingData)
    1491         if (fReconnectionList.size()>0)
     1491/*        if (fReconnectionList.size()>0)
    14921492        {
    14931493            bool isnew = true;
     
    15231523            return T::GetCurrentState();
    15241524        }
    1525 
     1525*/
    15261526        // fadctrl:       Always connecting if not disabled
    15271527        // event builder:
     
    15721572                }
    15731573
    1574                 const lock_guard<mutex> guard(fMutexReconnect);
    1575                 fReconnectionList.clear();
     1574//                const lock_guard<mutex> guard(fMutexReconnect);
     1575//                fReconnectionList.clear();
    15761576
    15771577                return FAD::State::kConfigured;
Note: See TracChangeset for help on using the changeset viewer.