| 59 | } |
| 60 | |
| 61 | bool ExternalLoaderXMLConfigRepository::exists(const std::string & definition_entity_name) |
| 62 | { |
| 63 | return fs::exists(fs::path(definition_entity_name)); |
| 64 | } |
| 65 | |
| 66 | Poco::AutoPtr<Poco::Util::AbstractConfiguration> ExternalLoaderXMLConfigRepository::load( |
| 67 | const std::string & config_file) |
no test coverage detected