mirror of
https://github.com/pocoproject/poco.git
synced 2025-12-10 00:56:03 +01:00
enh(Foundation): modernised header files (override, using, nullptr, ...)
This commit is contained in:
@@ -44,8 +44,8 @@ class Foundation_API LoggingFactory
|
||||
/// - PatternFormatter
|
||||
{
|
||||
public:
|
||||
typedef AbstractInstantiator<Channel> ChannelInstantiator;
|
||||
typedef AbstractInstantiator<Formatter> FormatterFactory;
|
||||
using ChannelInstantiator = AbstractInstantiator<Channel>;
|
||||
using FormatterFactory = AbstractInstantiator<Formatter>;
|
||||
|
||||
LoggingFactory();
|
||||
/// Creates the LoggingFactory.
|
||||
|
||||
Reference in New Issue
Block a user