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
+2 -1
View File
@@ -4,6 +4,7 @@
#include "AudioTypes.hpp"
namespace Database {
Track::Track(const boost::filesystem::path& p, Artist::pointer artist, Release::pointer release)
:
@@ -127,7 +128,7 @@ Track::getAll(Wt::Dbo::Session& session,
return query;
}
} // namespace Database