- 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:
Aleksandar Fabijanic
2012-08-19 01:42:38 +00:00
parent d8bbcc08a7
commit 47aadf0681
18 changed files with 344 additions and 309 deletions

View File

@@ -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)