- Timestamp:
- 05/31/12 10:20:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/smartfact.cc
r13992 r13996 1213 1213 ofstream(fPath+"/thresholds-board.data") << out.str(); 1214 1214 1215 o stringstream out;1215 out.str(""); 1216 1216 out << d.GetJavaDate() << '\n'; 1217 1217 out << HTML::kWhite << '\t' << statp.min << '\n'; … … 1220 1220 ofstream(fPath+"/thresholds-patch.data") << out.str(); 1221 1221 1222 o stringstream out;1222 out.str(""); 1223 1223 out << d.GetJavaDate() << '\n'; 1224 1224 out << HTML::kWhite << '\t' << statb.med << '\n'; … … 2049 2049 fDimRateControl ("RATE_CONTROL"), 2050 2050 fDimRateScan ("RATE_SCAN"), 2051 fDimChatServer ("CHAT_SERVER") 2051 fDimChatServer ("CHAT_SERVER"), 2052 fDimSkypeClient ("SKYPE_CLIENT") 2052 2053 { 2053 2054 fDimDNS.Subscribe(*this); … … 2067 2068 fDimRateScan.Subscribe(*this); 2068 2069 fDimChatServer.Subscribe(*this); 2070 fDimSkypeClient.Subscribe(*this); 2069 2071 2070 2072 fDimControl.SetCallback(bind(&StateMachineSmartFACT::HandleControlStateChange, this, placeholders::_1));
Note:
See TracChangeset
for help on using the changeset viewer.