summaryrefslogtreecommitdiff
path: root/src/strusCms.hpp
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2015-04-17 21:09:36 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2015-04-17 21:09:36 +0200
commitd4c3033adcfa359ae0c82a0d3b1bee6a96245ba1 (patch)
tree5aa9045bd218ff3d7e8022bfb465e7bc4afa8bfb /src/strusCms.hpp
downloadaCms-d4c3033adcfa359ae0c82a0d3b1bee6a96245ba1.tar.gz
aCms-d4c3033adcfa359ae0c82a0d3b1bee6a96245ba1.tar.bz2
first raw empty classes and structure
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