Feature: Allow .NET users to manage configuration after it has been loaded from disk.

This commit is contained in:
Peter Rekdal Sunde
2015-07-07 18:28:15 +02:00
parent 539b480e3b
commit 881d2e413b
5 changed files with 684 additions and 16 deletions

View File

@@ -108,5 +108,8 @@ namespace alpr
return AlprImpl::getVersion();
}
Config* Alpr::getConfig()
{
return impl->config;
}
}