From 101cc1939db21d7b2f55445a187421e4acedb383 Mon Sep 17 00:00:00 2001 From: pixel Date: Wed, 23 May 2007 13:07:51 +0000 Subject: Code fixes on the new Domain system, in order to allow the 'builder' task to work properly. --- include/HttpServ.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/HttpServ.h b/include/HttpServ.h index 34de345..96d8016 100644 --- a/include/HttpServ.h +++ b/include/HttpServ.h @@ -26,6 +26,7 @@ class HttpResponse : public Base { virtual ~HttpResponse(); Task * BuildResponse(Handle * out); void PrepareResponse(Handle * b = 0); + bool Prepared(); String mime_type; String location; -- cgit v1.2.3