summaryrefslogtreecommitdiff
path: root/wsd/ClientSession.hpp
diff options
context:
space:
mode:
authorTamás Zolnai <tamas.zolnai@collabora.com>2018-07-31 13:03:05 +0200
committerTamás Zolnai <tamas.zolnai@collabora.com>2018-07-31 13:18:44 +0200
commit0bb96131c495dfe1d98ebbfe01df5c4268d16de8 (patch)
treebac4aff37ff9caeb0a08ee979e2e5cd8e36fb355 /wsd/ClientSession.hpp
parent199b32fc0f1f3a60304cca21b8b1717317d767e9 (diff)
Cancel tiles also in wsd's senderqueue
Change-Id: I683b3cacee2f87d0dc0f28ad9ac3e122bcd043f1
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 fe565a672..8d434f44a 100644
--- a/wsd/ClientSession.hpp
+++ b/wsd/ClientSession.hpp
@@ -100,6 +100,8 @@ public:
}
}
+ void cancelTilesInQueue();
+
/// Set the save-as socket which is used to send convert-to results.
void setSaveAsSocket(const std::shared_ptr<StreamSocket>& socket)
{