| 96 | } |
| 97 | |
| 98 | Suscan::Object |
| 99 | AppConfig::getComponentConfig(const char *obj) |
| 100 | { |
| 101 | return this->cachedComponentConfig.getField(obj); |
| 102 | } |
| 103 | |
| 104 | void |
| 105 | AppConfig::setComponentConfig(const char *field, Suscan::Object const &obj) |
no test coverage detected