Poco::Util::LayeredConfiguration: added support for labelling configurations and finding them by their label

This commit is contained in:
Günter Obiltschnig
2017-09-01 20:23:35 +02:00
parent 3b735f6101
commit 8d65ebf02a
4 changed files with 105 additions and 6 deletions

View File

@@ -31,6 +31,7 @@ public:
void testTwoLayers();
void testThreeLayers();
void testRemove();
void testFind();
void setUp();
void tearDown();