summaryrefslogtreecommitdiff
path: root/src/master.hpp
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2015-04-19 13:29:08 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2015-04-19 13:29:08 +0200
commit7fd19157644534d004a5ef4ca450fa7a3d3eb4b0 (patch)
treec9c0189d72380cdf942fb7e4a24dab43b943d8a5 /src/master.hpp
parent1543cd3d0c0e6b54440c6a895f2f283dc3688913 (diff)
downloadaCms-7fd19157644534d004a5ef4ca450fa7a3d3eb4b0.tar.gz
aCms-7fd19157644534d004a5ef4ca450fa7a3d3eb4b0.tar.bz2
completed login/logout
Diffstat (limited to 'src/master.hpp')
-rw-r--r--src/master.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/master.hpp b/src/master.hpp
index 7ef46e9..d29073e 100644
--- a/src/master.hpp
+++ b/src/master.hpp
@@ -1,6 +1,8 @@
#ifndef MASTER_HPP
#define MASTER_HPP
+#include "master_content.hpp"
+
#include <cppcms/application.h>
namespace apps {
@@ -13,6 +15,7 @@ class master : public cppcms::application {
public:
master( strusCms &cms );
+ virtual void ini( content::master &c );
};
}