aboutsummaryrefslogtreecommitdiffstats
path: root/src/daemon_clients/cocohandler.h
diff options
context:
space:
mode:
authorSami Littow <sami.littow@qt.io>2023-01-11 11:16:48 +0200
committerSami Littow <sami.littow@qt.io>2023-01-11 11:16:48 +0200
commitd336134912de78c78594ab674b246d0a520889f6 (patch)
treebd5660a33bd4a7a8803d998ff55b185cf04415d4 /src/daemon_clients/cocohandler.h
parentcd8509d3b5c91d93b16b3f6da2e760632cb49e67 (diff)
Preliminary Squish support
Diffstat (limited to 'src/daemon_clients/cocohandler.h')
-rw-r--r--src/daemon_clients/cocohandler.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/daemon_clients/cocohandler.h b/src/daemon_clients/cocohandler.h
index d25b36c..d4a32d9 100644
--- a/src/daemon_clients/cocohandler.h
+++ b/src/daemon_clients/cocohandler.h
@@ -13,13 +13,14 @@ class CocoHandler : public ClientHandler {
: ClientHandler(request, settings)
{
m_updateInterval = utils::strToInt(m_settings.get("coco_report_interval"));
+ m_floatingLicense = true;
}
bool isLicenseRequestDue() override { return true; }
bool isCachedReservationValid(std::string &reply) override {return true;}
int parseAndSaveResponse(std::string &response) override { return 0; }
void buildRequestJson() override {return;}
- void release() override
+ void prepareRelease() override
{
// TODO
return;