mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-18 11:39:00 +02:00
[SF 2809131] SessionPool compile failure, part II
This commit is contained in:
@@ -122,7 +122,7 @@ public:
|
|||||||
/// value, in which case it is reset back to the pool
|
/// value, in which case it is reset back to the pool
|
||||||
/// value when the session is reclaimed by the pool.
|
/// value when the session is reclaimed by the pool.
|
||||||
{
|
{
|
||||||
Session& s = get();
|
Session s = get();
|
||||||
_addPropertyMap.insert(AddPropertyMap::value_type(s.impl(),
|
_addPropertyMap.insert(AddPropertyMap::value_type(s.impl(),
|
||||||
std::make_pair(name, s.getProperty(name))));
|
std::make_pair(name, s.getProperty(name))));
|
||||||
s.setProperty(name, value);
|
s.setProperty(name, value);
|
||||||
|
Reference in New Issue
Block a user