summaryrefslogtreecommitdiff
path: root/src/strusCms.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/strusCms.hpp')
-rw-r--r--src/strusCms.hpp10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/strusCms.hpp b/src/strusCms.hpp
index 539833e..9a93e99 100644
--- a/src/strusCms.hpp
+++ b/src/strusCms.hpp
@@ -12,14 +12,16 @@ class strusCms : public cppcms::application {
public:
strusCms( cppcms::service &srv );
std::string root( std::string locale_name = "" );
-
+
+ public:
+ apps::intro intro;
+ apps::user user;
+ std::string conn;
+
private:
std::string script;
std::string locale_name;
- std::string conn;
- apps::intro intro;
- apps::user user;
};
}