I like and use a lot Poco::Util::IniFileConfiguration and Poco::Util::PropertyFileConfiguration.
In some cases I would like to use them in a lightweight version: without AutoPtr, AbstractConfiguration, etc
So is it possible to extract code from Poco::Util::IniFileConfiguration to create Poco::Util::IniFile ?
Poco::Util::IniFile could be used in many cases, Poco::Util::IniFileConfiguration would be one of them.
What do you think ?





