From f0f4b8a4d139a855ad15f9d79190edf6320eba51 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Mon, 4 Oct 2021 16:56:02 +0200 Subject: Static file cache content module. * remove EVHTTP headers * magic/mime type support for virtual Filesystem Signed-off-by: Toni Uhlig --- src/ContentManager.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/ContentManager.hpp') 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 & static_fs); - void SetTemplateSystem(std::shared_ptr & tmgr); + void SetTemplateSystem(std::shared_ptr const & tmgr); bool RegisterModule(std::shared_ptr ctnt); bool InitAll(void); void ShutdownAll(void); -- cgit v1.2.3