mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-27 19:10:20 +01:00
added Poco::Util::MapConfiguration::copyTo()
This commit is contained in:
@@ -36,6 +36,9 @@ public:
|
||||
MapConfiguration();
|
||||
/// Creates an empty MapConfiguration.
|
||||
|
||||
void copyTo(AbstractConfiguration& config);
|
||||
/// Copies all configuration properties to the given configuration.
|
||||
|
||||
void clear();
|
||||
/// Clears the configuration.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user