made traceplayer generic, so that different kind of traceplayers are supported

This commit is contained in:
Janik Schlemminger
2014-09-03 10:27:04 +02:00
parent fcd029c6d8
commit 8722808a90
16 changed files with 274 additions and 216 deletions

View File

@@ -9,7 +9,6 @@ string xmlAddressDecoder::addressConfigURI = "";
xmlAddressDecoder::xmlAddressDecoder(string addressConfigURI)
{
tinyxml2::XMLDocument doc;
loadXML(addressConfigURI, doc);