| 99 | } |
| 100 | |
| 101 | int PhxBaseConfig::ReadFile(const string &filename) { |
| 102 | return RealReadFile(GetDefaultPath() + filename); |
| 103 | } |
| 104 | |
| 105 | int PhxBaseConfig::RealReadFile(const string &filename) { |
| 106 | if (INIReader::ReadFile(filename.c_str()) == 0) { |
nothing calls this directly
no outgoing calls
no test coverage detected