Added implementation of config Manager and tests. reviewer=Ebsi review url=https://git.mediacube.at/egraether.mmt-b2009/masterproject/merge_request/3
12 lines
216 B
XML
12 lines
216 B
XML
<?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>
|
|
|