mirror of
https://github.com/pocoproject/poco.git
synced 2025-12-11 12:07:23 +01:00
enh(Foundation): modernised header files (override, using, nullptr, ...)
This commit is contained in:
@@ -49,13 +49,10 @@ public:
|
||||
{
|
||||
}
|
||||
|
||||
~ExpireCache()
|
||||
{
|
||||
}
|
||||
~ExpireCache() = default;
|
||||
|
||||
private:
|
||||
ExpireCache(const ExpireCache& aCache);
|
||||
ExpireCache& operator = (const ExpireCache& aCache);
|
||||
ExpireCache(const ExpireCache& aCache) = delete;
|
||||
ExpireCache& operator=(const ExpireCache& aCache) = delete;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user