diff options
author | Tamás Zolnai <tamas.zolnai@collabora.com> | 2018-07-31 13:03:05 +0200 |
---|---|---|
committer | Tamás Zolnai <tamas.zolnai@collabora.com> | 2018-07-31 13:18:44 +0200 |
commit | 0bb96131c495dfe1d98ebbfe01df5c4268d16de8 (patch) | |
tree | bac4aff37ff9caeb0a08ee979e2e5cd8e36fb355 /wsd/ClientSession.hpp | |
parent | 199b32fc0f1f3a60304cca21b8b1717317d767e9 (diff) |
Cancel tiles also in wsd's senderqueue
Change-Id: I683b3cacee2f87d0dc0f28ad9ac3e122bcd043f1
Diffstat (limited to 'wsd/ClientSession.hpp')
-rw-r--r-- | wsd/ClientSession.hpp | 2 |
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) { |