From dc080f8fe2697569923ed326f8080cb0baedc46b Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 18 Apr 2015 11:53:48 +0200 Subject: some rearrangement --- src/strusCms.hpp | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/strusCms.hpp') diff --git a/src/strusCms.hpp b/src/strusCms.hpp index 6c152d0..5d4af13 100644 --- a/src/strusCms.hpp +++ b/src/strusCms.hpp @@ -3,12 +3,21 @@ #include +namespace apps { + class strusCms : public cppcms::application { public: strusCms( cppcms::service &srv ); + std::string root( std::string locale_name = "" ); private: void intro( ); + + private: + std::string script; + std::string locale_name; }; +} + #endif -- cgit v1.2.3-54-g00ecf