mirror of
https://github.com/pocoproject/poco.git
synced 2025-05-04 00:08:22 +02:00
add comment.
This commit is contained in:
parent
8629b897a4
commit
2bc7b05aff
@ -107,6 +107,9 @@ void PropertyFileConfiguration::save(const std::string& path) const
|
||||
}
|
||||
|
||||
|
||||
// If _preserveComment is true, not only save key-value into map
|
||||
// but also save the entire file into _fileContent.
|
||||
// Otherwise, only save key-value into map.
|
||||
void PropertyFileConfiguration::parseLine(std::istream& istr)
|
||||
{
|
||||
skipSpace(istr);
|
||||
|
Loading…
x
Reference in New Issue
Block a user