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

Definition at line 154 of file timecheck.cc.

155 {
156  return Main::execute<T, StateMachineTimeCheck>(conf);
157 }