WIP, Remote Client/Server...

This commit is contained in:
emeric
2014-05-15 14:06:09 +02:00
parent c4cec4b438
commit 690fac67e0
14 changed files with 395 additions and 71 deletions
+6
View File
@@ -29,3 +29,9 @@ Artist::getNone(Wt::Dbo::Session& session)
return res;
}
Wt::Dbo::collection<Artist::pointer>
Artist::getAll(Wt::Dbo::Session& session)
{
return session.find<Artist>();
}