WIP. RemoteServer, DbUpdate settings implemented

This commit is contained in:
emeric
2014-08-21 15:45:32 +02:00
parent e8b2412cd6
commit e7707d9faa
7 changed files with 62 additions and 15 deletions
+6 -1
View File
@@ -17,7 +17,12 @@ class DatabaseUpdateService : public Service
typedef std::shared_ptr<DatabaseUpdateService> pointer;
DatabaseUpdateService(const boost::filesystem::path& p);
struct Config {
bool enable;
boost::filesystem::path dbPath;
};
DatabaseUpdateService(const Config& config);
// Service interface
void start(void);