summaryrefslogtreecommitdiffstats
path: root/wsd/FileServer.hpp
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2019-03-15 17:44:58 +0100
committerJan Holesovsky <kendy@collabora.com>2019-03-15 18:24:25 +0100
commit3f95b8153500a6ca9e8e1bc76f852523f7f9aba2 (patch)
tree3507bc728e8913b91d409e63938c01bafc148715 /wsd/FileServer.hpp
parentRevert "No FileServer involved for the mobile apps, can't use <%FOO%> things" (diff)
downloadonline-3f95b8153500a6ca9e8e1bc76f852523f7f9aba2.tar.gz
online-3f95b8153500a6ca9e8e1bc76f852523f7f9aba2.zip
Revert "wsd: use a tiny parser, variable substitution"
This reverts commit ed89931ae8ceff62b720a31cf1e163eeee3280fd.
Diffstat (limited to 'wsd/FileServer.hpp')
-rw-r--r--wsd/FileServer.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/wsd/FileServer.hpp b/wsd/FileServer.hpp
index 6374244680..b415eed650 100644
--- a/wsd/FileServer.hpp
+++ b/wsd/FileServer.hpp
@@ -20,7 +20,6 @@ class FileServerRequestHandler
{
static std::string getRequestPathname(const Poco::Net::HTTPRequest& request);
- static void getToken(std::istream&, std::string&);
static void preprocessFile(const Poco::Net::HTTPRequest& request, Poco::MemoryInputStream& message, const std::shared_ptr<StreamSocket>& socket);
static void preprocessAdminFile(const Poco::Net::HTTPRequest& request, const std::shared_ptr<StreamSocket>& socket);
public: