diff options
| author | pixel <pixel> | 2007-05-23 13:07:51 +0000 |
|---|---|---|
| committer | pixel <pixel> | 2007-05-23 13:07:51 +0000 |
| commit | 101cc1939db21d7b2f55445a187421e4acedb383 (patch) | |
| tree | 39c7010701b7397f284f55b8a3524113b4fa70d6 /include | |
| parent | 05031ad147604e1408c6b73357cf3f539f57a0d8 (diff) | |
Code fixes on the new Domain system, in order to allow the 'builder'
task to work properly.
Diffstat (limited to 'include')
| -rw-r--r-- | include/HttpServ.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |
