summaryrefslogtreecommitdiff
path: root/wsd/ClientSession.hpp
diff options
context:
space:
mode:
authorPranav Kant <pranavk@collabora.co.uk>2017-08-18 18:49:40 +0530
committerPranav Kant <pranavk@collabora.co.uk>2017-10-25 00:37:41 -0700
commitde780f82535d9832d48755f9ec8f2dfc517560e4 (patch)
tree0aeee97541be28bcb39b54339905bfff1f310009 /wsd/ClientSession.hpp
parent0c2fd7ec1d030a2b26d8e3c9332bcf057827fa94 (diff)
lokdialog: wsd: first cut at lok dialog rendering api
Change-Id: Id522e0796428ed0a15ea3496e6726f51ed232e75
Diffstat (limited to 'wsd/ClientSession.hpp')
-rw-r--r--wsd/ClientSession.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/wsd/ClientSession.hpp b/wsd/ClientSession.hpp
index abadb86db..13ce4b1ea 100644
--- a/wsd/ClientSession.hpp
+++ b/wsd/ClientSession.hpp
@@ -124,6 +124,8 @@ private:
const std::shared_ptr<DocumentBroker>& docBroker);
bool sendTile(const char* buffer, int length, const std::vector<std::string>& tokens,
const std::shared_ptr<DocumentBroker>& docBroker);
+ bool sendDialog(const char* buffer, int length, const std::vector<std::string>& tokens,
+ const std::shared_ptr<DocumentBroker>& docBroker);
bool sendCombinedTiles(const char* buffer, int length, const std::vector<std::string>& tokens,
const std::shared_ptr<DocumentBroker>& docBroker);