WIP, some workaround around the service manager, to be cleaned seriously later

This commit is contained in:
emeric
2014-06-25 17:30:32 +02:00
parent 16c77d56be
commit 95341dcb0a
6 changed files with 31 additions and 8 deletions
+3
View File
@@ -1,6 +1,7 @@
#ifndef DB_REFRESH_SERVICE_HPP
#define DB_REFRESH_SERVICE_HPP
#include <boost/thread.hpp>
#include <boost/asio/io_service.hpp>
#include "metadata/AvFormat.hpp"
@@ -20,6 +21,8 @@ class DatabaseRefreshService : public Service
private:
boost::thread _thread;
MetaData::AvFormat _metadataParser;
Database _database;
};