| 33 | } |
| 34 | |
| 35 | bool WriteValue(const std::wstring& section, const std::wstring& key, int value) const |
| 36 | { |
| 37 | return Profile::WriteValue(section, key, value); |
| 38 | } |
| 39 | |
| 40 | bool WriteValue(const std::wstring& section, const std::wstring& key, const std::wstring& value) const |
| 41 | { |