summaryrefslogtreecommitdiff
path: root/src/master.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/master.cpp')
-rw-r--r--src/master.cpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/master.cpp b/src/master.cpp
new file mode 100644
index 0000000..3243bf6
--- /dev/null
+++ b/src/master.cpp
@@ -0,0 +1,14 @@
+#include "master.hpp"
+#include "strusCms.hpp"
+
+#include <cppcms/service.h>
+
+namespace apps {
+
+master::master( strusCms &cms )
+ : m_cms( cms ),
+ application( cms.service( ) )
+{
+}
+
+}