Adding namespace Database

This commit is contained in:
emeric
2014-06-27 16:23:13 +02:00
parent e6c8dd996a
commit 7fd546eb44
24 changed files with 98 additions and 64 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ class DatabaseRefreshService : public Service
boost::thread _thread;
MetaData::AvFormat _metadataParser;
Database _database;
Database::Database _database; // Todo use handler
};
#endif