FACT++  1.0
void PrintHelp ( )

Definition at line 328 of file evtserver.cc.

Referenced by main().

329 {
330  Main::PrintHelp<StateMachineEventServer>();
331 
332  /* Additional help text which is printed after the configuration
333  options goes here */
334 
335  /*
336  cout << "bla bla bla" << endl << endl;
337  cout << endl;
338  cout << "Environment:" << endl;
339  cout << "environment" << endl;
340  cout << endl;
341  cout << "Examples:" << endl;
342  cout << "test exam" << endl;
343  cout << endl;
344  cout << "Files:" << endl;
345  cout << "files" << endl;
346  cout << endl;
347  */
348 }

+ Here is the caller graph for this function: