Changeset 18971 for trunk/FACT++/src
- Timestamp:
- 04/05/18 18:55:42 (7 years ago)
- Location:
- trunk/FACT++/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/StateMachineDimControl.cc
r18832 r18971 594 594 } 595 595 596 // fVerbosity = 40;597 598 // if (conf.Has("verbosity"))599 // fVerbosity = conf.Get<uint32_t>("verbosity");600 601 // if (conf.Get<bool>("quiet"))602 // fVerbosity = 90;603 604 596 #if BOOST_VERSION < 104600 605 597 const string fname = boost::filesystem::path(conf.GetName()).filename(); -
trunk/FACT++/src/StateMachineDimControl.h
r18822 r18971 27 27 DimDnsServiceList fDimList; 28 28 29 int fVerbosity;30 29 bool fDebug; 31 30
Note:
See TracChangeset
for help on using the changeset viewer.