mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-29 20:59:45 +01:00
- SF# 3559325: Util Windows broken in non-Unicode
- port of rev. 1918 from 1.4.4 branch (fixed SF# 3519474) - update VS 2010 Util projects with JSON
This commit is contained in:
@@ -339,7 +339,6 @@ void AbstractConfiguration::remove(const std::string& key)
|
||||
}
|
||||
{
|
||||
FastMutex::ScopedLock lock(_mutex);
|
||||
|
||||
removeRaw(key);
|
||||
}
|
||||
if (_eventsEnabled)
|
||||
@@ -451,7 +450,6 @@ void AbstractConfiguration::setRawWithEvent(const std::string& key, std::string
|
||||
}
|
||||
{
|
||||
FastMutex::ScopedLock lock(_mutex);
|
||||
|
||||
setRaw(key, value);
|
||||
}
|
||||
if (_eventsEnabled)
|
||||
|
||||
Reference in New Issue
Block a user