| 1207 | } |
| 1208 | |
| 1209 | ConstConfigRcPtr Config::CreateFromStream(std::istream & istream) |
| 1210 | { |
| 1211 | return Config::Impl::Read(istream, nullptr); |
| 1212 | } |
| 1213 | |
| 1214 | ConstConfigRcPtr Config::CreateFromConfigIOProxy(ConfigIOProxyRcPtr ciop) |
| 1215 | { |
no outgoing calls