| 118 | } |
| 119 | |
| 120 | int PhxBaseConfig::GetInteger(const string §ion, const string &name, const int &default_value) { |
| 121 | return INIReader::GetInteger(section, name, default_value); |
| 122 | } |
| 123 | |
| 124 | string PhxBaseConfig::inner_ip_; |
| 125 |
nothing calls this directly
no outgoing calls
no test coverage detected