summaryrefslogtreecommitdiffstats
path: root/wsd/FileServer.hpp
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2017-03-13 21:48:19 +0000
committerMichael Meeks <michael.meeks@collabora.com>2017-03-13 21:48:19 +0000
commitfad3a046ae90edae4d89f3cda8750491c3e7f34e (patch)
treefdcfeb49c7d3cdd85880d063bd3ae4f5160e358f /wsd/FileServer.hpp
parentClarify comment a little. (diff)
downloadonline-fad3a046ae90edae4d89f3cda8750491c3e7f34e.tar.gz
online-fad3a046ae90edae4d89f3cda8750491c3e7f34e.zip
AdminConsole - get credentials sorted, and serve the HTML pieces.
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 64d3e043a2..0163f23180 100644
--- a/wsd/FileServer.hpp
+++ b/wsd/FileServer.hpp
@@ -28,7 +28,7 @@ class FileServerRequestHandler
public:
/// Evaluate if the cookie exists, and if not, ask for the credentials.
- static bool isAdminLoggedIn(Poco::Net::HTTPServerRequest& request, Poco::Net::HTTPServerResponse& response);
+ static bool isAdminLoggedIn(const Poco::Net::HTTPRequest& request, Poco::Net::HTTPResponse& response);
static void handleRequest(const Poco::Net::HTTPRequest& request, Poco::MemoryInputStream& message, const std::shared_ptr<StreamSocket>& socket);
};