From 7234fe326d16d6bf9f4374a09ddc6ef790e6723f Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Thu, 18 Jun 2009 22:03:02 +0200 Subject: Globale Variablen durch Application-Klasse ersetzt --- src/Server/Requests/CommandRequest.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Server/Requests/CommandRequest.h') diff --git a/src/Server/Requests/CommandRequest.h b/src/Server/Requests/CommandRequest.h index 8221b14..3b2dcdd 100644 --- a/src/Server/Requests/CommandRequest.h +++ b/src/Server/Requests/CommandRequest.h @@ -34,7 +34,7 @@ class CommandRequest : public Common::Request { virtual void sendRequest(); public: - CommandRequest(bool reboot0) : reboot(reboot0) {} + CommandRequest(Common::Application *application, bool reboot0) : Common::Request(application), reboot(reboot0) {} }; } -- cgit v1.2.3