| 35 | |
| 36 | |
| 37 | void TraceCfgReader::readTraceConfiguration(const char* text, |
| 38 | const PathName& databaseName, |
| 39 | TracePluginConfig& config) |
| 40 | { |
| 41 | TraceCfgReader cfgReader(text, databaseName, config); |
| 42 | cfgReader.readConfig(); |
| 43 | } |
| 44 | |
| 45 | |
| 46 | #define PATH_PARAMETER(NAME, VALUE) \ |
nothing calls this directly
no test coverage detected