config: setup

Added implementation of config Manager and tests.

reviewer=Ebsi
review
url=https://git.mediacube.at/egraether.mmt-b2009/masterproject/merge_request/3
This commit is contained in:
malte_langkabel
2014-04-04 14:32:10 +02:00
parent b854cb1f46
commit a1de92c58d
13 changed files with 6056 additions and 14 deletions
+11
View File
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<config>
<path>
<to>
<single_value>42</single_value>
<bool_that_is_true>1</bool_that_is_true>
<bool_that_is_false>0</bool_that_is_false>
</to>
</path>
</config>