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:
@@ -40,13 +40,13 @@ public:
|
||||
NullChannel();
|
||||
/// Creates the NullChannel.
|
||||
|
||||
~NullChannel();
|
||||
~NullChannel() override;
|
||||
/// Destroys the NullChannel.
|
||||
|
||||
void log(const Message& msg);
|
||||
void log(const Message& msg) override;
|
||||
/// Does nothing.
|
||||
|
||||
void setProperty(const std::string& name, const std::string& value);
|
||||
void setProperty(const std::string& name, const std::string& value) override;
|
||||
/// Ignores both name and value.
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user