[UI/MOBILE] Began internal path support

This commit is contained in:
emeric
2016-03-05 11:34:59 +01:00
parent 6da1b42f93
commit a07704c218
22 changed files with 708 additions and 258 deletions
+2
View File
@@ -56,6 +56,8 @@ class LmsApplication : public Wt::WApplication
};
// Helpers to get session data
#define LmsApp LmsApplication::instance()
Database::Handler& DbHandler();
Wt::Dbo::Session& DboSession();