summaryrefslogtreecommitdiff
path: root/src/strusCms.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/strusCms.hpp')
-rw-r--r--src/strusCms.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/strusCms.hpp b/src/strusCms.hpp
index db7f0d9..539833e 100644
--- a/src/strusCms.hpp
+++ b/src/strusCms.hpp
@@ -4,6 +4,7 @@
#include <cppcms/application.h>
#include "intro.hpp"
+#include "user.hpp"
namespace apps {
@@ -15,8 +16,10 @@ class strusCms : public cppcms::application {
private:
std::string script;
std::string locale_name;
+ std::string conn;
apps::intro intro;
+ apps::user user;
};
}