aboutsummaryrefslogtreecommitdiffstats
path: root/src/daemon_clients/squishidehandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon_clients/squishidehandler.h')
-rw-r--r--src/daemon_clients/squishidehandler.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/daemon_clients/squishidehandler.h b/src/daemon_clients/squishidehandler.h
index 8f08e0c..abef26a 100644
--- a/src/daemon_clients/squishidehandler.h
+++ b/src/daemon_clients/squishidehandler.h
@@ -18,12 +18,12 @@ class SquishIdeHandler : public ClientHandler {
}
bool isLicenseRequestDue() override { return true; }
- bool isCachedReservationValid(std::string &reply) override {return true;}
+ bool isCachedReservationValid(std::string &reply) override {return true;}
void buildRequestJson() override {return;}
- int parseAndSaveResponse(std::string &response) override { return 0; }
+ int parseAndSaveResponse(std::string &response) override { return 0; }
void prepareRelease() override
{
// TODO
return;
};
-}; \ No newline at end of file
+};