summaryrefslogtreecommitdiff
path: root/src/strusCms.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/strusCms.hpp')
-rw-r--r--src/strusCms.hpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/strusCms.hpp b/src/strusCms.hpp
new file mode 100644
index 0000000..6dff31f
--- /dev/null
+++ b/src/strusCms.hpp
@@ -0,0 +1,11 @@
+#ifndef STRUS_CMS_HPP
+#define STRUS_CMS_HPP
+
+#include <cppcms/application.h>
+
+class strusCms : public cppcms::application {
+ public:
+ strusCms( cppcms::service &srv );
+};
+
+#endif