summaryrefslogtreecommitdiff
path: root/src/intro.hpp
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2015-04-18 13:14:32 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2015-04-18 13:14:32 +0200
commitde50c30a936b87d79f816790230856347b0dff7e (patch)
treead53a7fb53eb125761345e3012d9c89cabce74f4 /src/intro.hpp
parentdc080f8fe2697569923ed326f8080cb0baedc46b (diff)
downloadaCms-de50c30a936b87d79f816790230856347b0dff7e.tar.gz
aCms-de50c30a936b87d79f816790230856347b0dff7e.tar.bz2
introduced a sub-app for intro page
Diffstat (limited to 'src/intro.hpp')
-rw-r--r--src/intro.hpp9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/intro.hpp b/src/intro.hpp
index 8a9f2a0..0f70ed8 100644
--- a/src/intro.hpp
+++ b/src/intro.hpp
@@ -1,11 +1,16 @@
-#ifndef iNTRO_CONTENT_HPP
-#define INTRO_CONTENT_HPP
+#ifndef INTRO_HPP
+#define INTRO_HPP
#include "master.hpp"
namespace apps {
class intro : public master {
+ public:
+ intro( strusCms &cms );
+
+ private:
+ void show( );
};
}