| 23 | } |
| 24 | |
| 25 | bool ReadValue(const std::wstring& section, const std::wstring& key, int& retVal, int defaultVal = 0) const |
| 26 | { |
| 27 | return Profile::ReadValue(section, key, retVal, defaultVal); |
| 28 | } |
| 29 | |
| 30 | bool ReadValue(const std::wstring& section, const std::wstring& key, std::wstring& retVal, const std::wstring& defaultVal = {}) const |
| 31 | { |