mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-17 03:03:23 +02:00
fix from old trunk for TemporaryFile
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user