Adding namespace Database
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
#include "FileTypes.hpp"
|
||||
|
||||
namespace Database {
|
||||
|
||||
Video::Video()
|
||||
{
|
||||
}
|
||||
@@ -16,3 +18,5 @@ Video::create(Wt::Dbo::Session& session, Wt::Dbo::ptr<Path> path)
|
||||
{
|
||||
return session.add(new Video(path));
|
||||
}
|
||||
|
||||
} // namespace Video
|
||||
|
||||
Reference in New Issue
Block a user