New UI: first step
This commit is contained in:
@@ -44,6 +44,9 @@ class LmsApplication : public Wt::WApplication
|
||||
TranscodeResource* getTranscodeResource() { return _transcodeResource; }
|
||||
Database::Handler& getDbHandler() { return _db;}
|
||||
|
||||
// Utils
|
||||
void goHome();
|
||||
|
||||
private:
|
||||
|
||||
void handleAuthEvent(void);
|
||||
@@ -67,6 +70,7 @@ Database::User::pointer CurrentUser();
|
||||
ImageResource *SessionImageResource();
|
||||
TranscodeResource *SessionTranscodeResource();
|
||||
|
||||
|
||||
} // namespace UserInterface
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user