From 2b5cb826fae8325661abd54eb6521cade1c80dba Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 18 Apr 2015 09:04:34 +0200 Subject: added master and intro templates --- src/strusCms.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/strusCms.hpp') diff --git a/src/strusCms.hpp b/src/strusCms.hpp index 6dff31f..6c152d0 100644 --- a/src/strusCms.hpp +++ b/src/strusCms.hpp @@ -6,6 +6,9 @@ class strusCms : public cppcms::application { public: strusCms( cppcms::service &srv ); + + private: + void intro( ); }; #endif -- cgit v1.2.3-54-g00ecf