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/Common/Request.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Common/Request.h') diff --git a/src/Common/Request.h b/src/Common/Request.h index ac59e45..d1b5851 100644 --- a/src/Common/Request.h +++ b/src/Common/Request.h @@ -47,7 +47,7 @@ class Request : public RequestHandler { Core::Signals::Signal2, Core::Exception> finished; protected: - Request() : isFinished(false) {} + Request(Application *application) : RequestHandler(application), isFinished(false), finished(application) {} void signalFinished(boost::shared_ptr pkt, Core::Exception exp) { { -- cgit v1.2.3