mirror of
https://github.com/pocoproject/poco.git
synced 2025-12-08 03:57:21 +01:00
enh(Foundation): modernised header files (override, using, nullptr, ...)
This commit is contained in:
@@ -38,13 +38,9 @@ public:
|
||||
using ConstIterator = typename Strategies::const_iterator;
|
||||
|
||||
public:
|
||||
StrategyCollection()
|
||||
{
|
||||
}
|
||||
StrategyCollection() = default;
|
||||
|
||||
~StrategyCollection()
|
||||
{
|
||||
}
|
||||
~StrategyCollection() = default;
|
||||
|
||||
void pushBack(AbstractStrategy<TKey, TValue>* pStrat)
|
||||
/// Adds an AbstractStrategy to the collection. Class takes ownership of pointer
|
||||
|
||||
Reference in New Issue
Block a user