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/master.hpp | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 src/master.hpp (limited to 'src/master.hpp') diff --git a/src/master.hpp b/src/master.hpp new file mode 100644 index 0000000..75f4eb1 --- /dev/null +++ b/src/master.hpp @@ -0,0 +1,20 @@ +#ifndef MASTER_HPP +#define MASTER_HPP + +#include + +namespace apps { + +class strusCms; + +class master : public cppcms::application { + protected: + strusCms &m_cms; + + public: + master( strusCms &cms ); +}; + +} + +#endif -- cgit v1.2.3-54-g00ecf