From 57633137f749b0098eaf703f49ed00c96128966d Mon Sep 17 00:00:00 2001 From: Pixel Date: Tue, 30 Oct 2001 17:38:54 +0000 Subject: Huge work on Tasking System. --- include/HttpServ.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'include/HttpServ.h') diff --git a/include/HttpServ.h b/include/HttpServ.h index dc89104..6bd2769 100644 --- a/include/HttpServ.h +++ b/include/HttpServ.h @@ -24,11 +24,11 @@ class HttpServ : public Base { private: String GetMime(const String &); void ProcessRequest(Action *, Socket); - bool ParseUri(String &, String &, Handle &); - void ParseVars(Handle &, int); - void ShowError(Handle &); - void SendHeads(Handle &, const String &); - void SendRedirect(Handle &); + bool ParseUri(String &, String &, Handle *); + void ParseVars(Handle *, int); + void ShowError(Handle *); + void SendHeads(Handle *, const String &); + void SendRedirect(Handle *); String name; Socket Listener; Variables * Vars; -- cgit v1.2.3