| 92 | }; |
| 93 | |
| 94 | void LogFANames::Install(string upname, int value) |
| 95 | { |
| 96 | string id; |
| 97 | transform(upname.begin(), upname.end(), back_inserter(id), ToLowerFormat()); |
| 98 | namemap[id] = value; |
| 99 | } |
| 100 | |
| 101 | // See logsupport_appdefs.cpp for log FA definitions |
| 102 | LogFANames srt_transmit_logfa_names; |
nothing calls this directly
no test coverage detected