Changeset 10327 for trunk/FACT++/src/StateMachineImp.cc
- Timestamp:
- 04/08/11 14:08:45 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/StateMachineImp.cc
r10314 r10327 231 231 // Convert the user enetered data according to the format string 232 232 // into a data block which will be attached to the event 233 lout << kBlue << name;234 235 233 const Converter conv(lout, fmt, false); 236 234 if (!conv) … … 242 240 try 243 241 { 242 lout << kBlue << name; 244 243 const vector<char> v = conv.GetVector(str.substr(p0)); 244 lout << endl; 245 245 246 return PostEvent(*evt, v.data(), v.size()); 246 247 } 247 248 catch (const std::runtime_error &e) 248 249 { 249 lout << kRed << e.what() << endl;250 lout << endl << kRed << e.what() << endl; 250 251 } 251 252
Note:
See TracChangeset
for help on using the changeset viewer.