summaryrefslogtreecommitdiff
path: root/src/strusCms.hpp
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2015-04-29 18:58:07 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2015-04-29 18:58:07 +0200
commitcb69299b9d59db0888e942025ae4915c6f32d066 (patch)
treefcb85301442a9eda1ed9d60a8ba52d8c60f11114 /src/strusCms.hpp
parentfa132310bf61c115907e5c237333207f308b1de4 (diff)
downloadaCms-cb69299b9d59db0888e942025ae4915c6f32d066.tar.gz
aCms-cb69299b9d59db0888e942025ae4915c6f32d066.tar.bz2
added libquickmail and email registration
Diffstat (limited to 'src/strusCms.hpp')
-rw-r--r--src/strusCms.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/strusCms.hpp b/src/strusCms.hpp
index 9a93e99..579b2d7 100644
--- a/src/strusCms.hpp
+++ b/src/strusCms.hpp
@@ -5,6 +5,7 @@
#include "intro.hpp"
#include "user.hpp"
+#include "mail.hpp"
namespace apps {
@@ -17,11 +18,11 @@ class strusCms : public cppcms::application {
apps::intro intro;
apps::user user;
std::string conn;
+ mailer mail;
private:
std::string script;
std::string locale_name;
-
};
}