summaryrefslogtreecommitdiffstats
path: root/wsd/TestStubs.cpp
diff options
context:
space:
mode:
authorTamás Zolnai <tamas.zolnai@collabora.com>2018-07-06 12:38:31 +0200
committerTamás Zolnai <tamas.zolnai@collabora.com>2018-07-19 14:13:03 +0200
commit8d92b0809de30faeef3819022be6628f634f85f2 (patch)
treed36763771273d30ea41d305e806d57a0556193f7 /wsd/TestStubs.cpp
parentCalculate TilesOnFly limit based on visible area (diff)
downloadonline-8d92b0809de30faeef3819022be6628f634f85f2.tar.gz
online-8d92b0809de30faeef3819022be6628f634f85f2.zip
Store wiredIDs on the server side
So we can use this information in tile requests. Change-Id: I87ba420ec0fd699353d48a228268e546ace21921
Diffstat (limited to 'wsd/TestStubs.cpp')
-rw-r--r--wsd/TestStubs.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/wsd/TestStubs.cpp b/wsd/TestStubs.cpp
index 963bf96184..0a1f7524b6 100644
--- a/wsd/TestStubs.cpp
+++ b/wsd/TestStubs.cpp
@@ -15,6 +15,11 @@
#include "DocumentBroker.hpp"
+#include "ClientSession.hpp"
+
void DocumentBroker::assertCorrectThread() const {}
+
+void ClientSession::traceTileBySend(const TileDesc& /*tile*/) {}
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */