Changeset 15407
- Timestamp:
- 04/22/13 08:38:19 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/datalogger.cc
r15339 r15407 1369 1369 {//find current service is subscriptions 1370 1370 for (y=x->second.begin(); y!=x->second.end();y++) 1371 { 1371 1372 if (y->second.nightlyFile.IsOpen()) 1372 1373 { 1373 1374 y->second.nightlyFile.Close(); 1374 1375 } 1376 y->second.increment = 0; 1377 } 1375 1378 } 1376 1379
Note:
See TracChangeset
for help on using the changeset viewer.