FACT++  1.0
template<class T >
int RunShell ( Configuration conf)

Definition at line 16 of file dimctrl.cc.

References StateMachineDimControl::fIsServer, and Configuration::GetName().

17 {
18 #if BOOST_VERSION < 104600
19  const string fname = fs::path(conf.GetName()).filename();
20 #else
21  const string fname = fs::path(conf.GetName()).filename().string();
22 #endif
23 
24  StateMachineDimControl::fIsServer = fname=="dimserver";
25  return Main::execute<T, StateMachineDimControl>(conf);
26 }
const std::string & GetName() const

+ Here is the call graph for this function: