FACT++  1.0
void PrintHelp ( )

Definition at line 64 of file getevent.cc.

Referenced by main().

65 {
66  //Main::PrintHelp<StateMachineEventServer>();
67 
68  /* Additional help text which is printed after the configuration
69  options goes here */
70 
71  /*
72  cout << "bla bla bla" << endl << endl;
73  cout << endl;
74  cout << "Environment:" << endl;
75  cout << "environment" << endl;
76  cout << endl;
77  cout << "Examples:" << endl;
78  cout << "test exam" << endl;
79  cout << endl;
80  cout << "Files:" << endl;
81  cout << "files" << endl;
82  cout << endl;
83  */
84 }

+ Here is the caller graph for this function: