summaryrefslogtreecommitdiffstats
path: root/wsd/ClientSession.hpp
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2019-06-22 17:45:36 +0100
committerMichael Meeks <michael.meeks@collabora.com>2019-08-05 21:18:44 -0400
commit13469e8b00375f9b5f0e2aaf0be1fc976ad213f6 (patch)
tree6a7206a0d6fee81ea023aea3c3ad7727cbcc4c2f /wsd/ClientSession.hpp
parentclipboard: test for set-clipboard endpoint (disabled). (diff)
downloadonline-13469e8b00375f9b5f0e2aaf0be1fc976ad213f6.tar.gz
online-13469e8b00375f9b5f0e2aaf0be1fc976ad213f6.zip
clipboard - set it with a post now.
Change-Id: I6b9234988185984335408da502f479ccda8a95a7
Diffstat (limited to 'wsd/ClientSession.hpp')
-rw-r--r--wsd/ClientSession.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/wsd/ClientSession.hpp b/wsd/ClientSession.hpp
index 44f5999d18..e86475c44c 100644
--- a/wsd/ClientSession.hpp
+++ b/wsd/ClientSession.hpp
@@ -145,7 +145,9 @@ public:
bool matchesClipboardKeys(const std::string &viewId, const std::string &tag);
/// Handle a clipboard fetch / put request.
- void handleClipboardGetRequest(const std::shared_ptr<StreamSocket> &socket);
+ void handleClipboardRequest(DocumentBroker::ClipboardRequest type,
+ const std::shared_ptr<StreamSocket> &socket,
+ const std::shared_ptr<std::string> &data);
/// Create URI for transient clipboard content.
std::string getClipboardURI(bool encode = true);