aboutsummaryrefslogtreecommitdiff
path: root/src/ContentManager.hpp
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2021-10-04 16:56:02 +0200
committerToni Uhlig <matzeton@googlemail.com>2021-10-04 16:56:02 +0200
commitf0f4b8a4d139a855ad15f9d79190edf6320eba51 (patch)
tree4ba361738f08bf44769e3454832d765ba8d7f2c1 /src/ContentManager.hpp
parent5ff3d7a51be30a0052b12f9330fdf54f3c104739 (diff)
Static file cache content module.
* remove EVHTTP headers * magic/mime type support for virtual Filesystem Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'src/ContentManager.hpp')
-rw-r--r--src/ContentManager.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ContentManager.hpp b/src/ContentManager.hpp
index 9ae7271..674a5d0 100644
--- a/src/ContentManager.hpp
+++ b/src/ContentManager.hpp
@@ -21,8 +21,7 @@ public:
ShutdownAll();
}
- void SetStaticFilesystem(std::shared_ptr<Filesystem> & static_fs);
- void SetTemplateSystem(std::shared_ptr<TemplateManager> & tmgr);
+ void SetTemplateSystem(std::shared_ptr<TemplateManager> const & tmgr);
bool RegisterModule(std::shared_ptr<Content> ctnt);
bool InitAll(void);
void ShutdownAll(void);