summaryrefslogtreecommitdiffstats
path: root/wsd/FileServer.hpp
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2019-03-15 17:27:04 +0100
committerJan Holesovsky <kendy@collabora.com>2019-03-15 17:27:04 +0100
commitb132738476fb9b7b793e888461d3ae35d1ff2caf (patch)
tree70815a42684c293b68c80692d3894f750ef245ed /wsd/FileServer.hpp
parentRevert "wsd: create a static function "parse"" (diff)
downloadonline-b132738476fb9b7b793e888461d3ae35d1ff2caf.tar.gz
online-b132738476fb9b7b793e888461d3ae35d1ff2caf.zip
Revert "wsd: tokenize symbol "_('') _("")""
This reverts commit 6144d55f44c2109d43bc45c408fe4d1ca8f42207.
Diffstat (limited to 'wsd/FileServer.hpp')
-rw-r--r--wsd/FileServer.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/wsd/FileServer.hpp b/wsd/FileServer.hpp
index 45cf7538bf..6374244680 100644
--- a/wsd/FileServer.hpp
+++ b/wsd/FileServer.hpp
@@ -20,7 +20,7 @@ class FileServerRequestHandler
{
static std::string getRequestPathname(const Poco::Net::HTTPRequest& request);
- static void getToken(std::istringstream&, std::string&);
+ 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: