28 #ifndef I_FFRequestHandler_H 29 #define I_FFRequestHandler_H 1 31 #include "BESRequestHandler.h" 35 static bool d_RSS_format_support;
36 static string d_RSS_format_files;
38 static bool d_Regex_format_support;
39 static map<string,string> d_fmt_regex_map;
54 static bool get_RSS_format_support() {
return d_RSS_format_support; }
55 static string get_RSS_format_files() {
return d_RSS_format_files; }
57 static bool get_Regex_format_support() {
return d_Regex_format_support; }
58 static map<string,string> get_fmt_regex_map() {
return d_fmt_regex_map; }
static bool ff_build_dmr(BESDataHandlerInterface &dhi)
Represents a specific data type request handler.
Structure storing information used by the BES to handle the request.