Changeset 14959
- Timestamp:
- 02/25/13 14:30:41 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/fadctrl.cc
r14701 r14959 1489 1489 1490 1490 // Keep the state during reconnection (theoretically, can only be WritingData) 1491 if (fReconnectionList.size()>0)1491 /* if (fReconnectionList.size()>0) 1492 1492 { 1493 1493 bool isnew = true; … … 1523 1523 return T::GetCurrentState(); 1524 1524 } 1525 1525 */ 1526 1526 // fadctrl: Always connecting if not disabled 1527 1527 // event builder: … … 1572 1572 } 1573 1573 1574 const lock_guard<mutex> guard(fMutexReconnect);1575 fReconnectionList.clear();1574 // const lock_guard<mutex> guard(fMutexReconnect); 1575 // fReconnectionList.clear(); 1576 1576 1577 1577 return FAD::State::kConfigured;
Note:
See TracChangeset
for help on using the changeset viewer.