| 323 | } |
| 324 | |
| 325 | void Config::readBaseConfig(std::string data) |
| 326 | { |
| 327 | if (!google::protobuf::TextFormat::MergeFromString(data, base())) |
| 328 | error("couldn't load external config proto"); |
| 329 | } |
| 330 | |
| 331 | Config::OptionInfo Config::findOption( |
| 332 | const std::string& name, const std::string value) |