mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-18 00:15:27 +01:00
fix from old trunk for TemporaryFile
This commit is contained in:
parent
1e2b816d7e
commit
53fe184bfa
@ -62,7 +62,8 @@ public:
|
||||
try
|
||||
{
|
||||
File f(*it);
|
||||
f.remove(true);
|
||||
if (f.exists())
|
||||
f.remove(true);
|
||||
}
|
||||
catch (Exception&)
|
||||
{
|
||||
@ -80,7 +81,7 @@ public:
|
||||
|
||||
private:
|
||||
std::set<std::string> _files;
|
||||
FastMutex _mutex;
|
||||
FastMutex _mutex;
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user