| 434 | } |
| 435 | |
| 436 | void |
| 437 | Plugin::config_set (const std::string &name, const char *value) |
| 438 | { |
| 439 | config_set (name, std::string (value)); |
| 440 | } |
| 441 | |
| 442 | void |
| 443 | Plugin::config_set (const std::string &name, const std::string &value) |
no test coverage detected