30 #ifndef DaemonCommandHandler_h
31 #define DaemonCommandHandler_h 1
65 map<string,string> d_pathnames;
67 string d_log_file_name;
69 void load_include_files(vector<string> &files,
const string &keys_file_name);
70 void load_include_file(
const string &files,
const string &keys_file_name);
72 hai_command lookup_command(
const string &command);
73 void execute_command(
const string &command,
BESXMLWriter &writer);
84 virtual void dump(ostream &strm)
const;
87 #endif // DaemonCommandHandler_h