WIP. Adding config file handling. UserInterface settings implemented
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
#include "DatabaseUpdateService.hpp"
|
||||
|
||||
namespace Service {
|
||||
|
||||
DatabaseUpdateService::DatabaseUpdateService(const boost::filesystem::path& p)
|
||||
: _metadataParser(),
|
||||
_databaseUpdater( p, _metadataParser)
|
||||
@@ -30,3 +32,5 @@ DatabaseUpdateService::restart(void)
|
||||
start();
|
||||
}
|
||||
|
||||
} // namespace Service
|
||||
|
||||
|
||||
Reference in New Issue
Block a user